HomeSort by relevance Sort by last modified time
    Searched refs:AidlType (Results 1 - 7 of 7) sorted by null

  /system/tools/aidl/
aidl_language.h 79 class AidlType : public AidlAnnotatable {
81 AidlType(const std::string& name, unsigned line,
83 virtual ~AidlType() = default;
108 DISALLOW_COPY_AND_ASSIGN(AidlType);
115 AidlArgument(AidlArgument::Direction direction, AidlType* type,
117 AidlArgument(AidlType* type, std::string name, unsigned line);
127 const AidlType& GetType() const { return *type_; }
128 AidlType* GetMutableType() { return type_.get(); }
133 std::unique_ptr<AidlType> type_;
199 AidlMethod(bool oneway, AidlType* type, std::string name
    [all...]
type_java_unittest.cpp 56 AidlType container_type("List<Foo>", 0, "", false /* not array */);
type_namespace.h 104 virtual bool MaybeAddContainerType(const AidlType& aidl_type) = 0;
115 const AidlType& raw_type,
136 const AidlType& type, std::string* error_msg,
151 const T* Find(const AidlType& aidl_type) const;
168 bool MaybeAddContainerType(const AidlType& aidl_type) override;
181 const AidlType& aidl_type,
189 const AidlType& type, std::string* error_msg,
226 const T* LanguageTypeNamespace<T>::Find(const AidlType& aidl_type) const {
272 const AidlType& aidl_type) {
322 const AidlType& aidl_type
    [all...]
aidl_language.cpp 41 AidlType::AidlType(const std::string& name, unsigned line,
48 string AidlType::ToString() const {
52 AidlArgument::AidlArgument(AidlArgument::Direction direction, AidlType* type,
60 AidlArgument::AidlArgument(AidlType* type, std::string name, unsigned line)
132 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name,
150 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name,
type_namespace.cpp 101 const AidlType& raw_type, const string& filename,
aidl_unittest.cpp 215 AidlType ambiguous_type("IBar", 0, "", false /* not an array */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 74 private enum AidlType {
437 * cannot be determined, then it will return {@link AidlType#UNKNOWN}.
441 private static AidlType getAidlType(IFile file) {
444 return AidlType.UNKNOWN;
462 // return AidlType.PARCELABLE;
467 // return AidlType.INTERFACE;
482 // return AidlType.UNKNOWN;

Completed in 850 milliseconds