Home
last modified time | relevance | path

Searched refs:AddBinderType (Results 1 – 7 of 7) sorted by relevance

/system/tools/aidl/
Dtype_cpp.h96 bool AddBinderType(const AidlInterface& b,
Dtype_namespace.cpp108 success &= AddBinderType(*interface, filename); in AddDefinedTypes()
Dtype_java.h293 bool AddBinderType(const AidlInterface& b,
Dtype_java.cpp326 bool JavaTypeNamespace::AddBinderType(const AidlInterface& b, in AddBinderType() function in android::aidl::java::JavaTypeNamespace
Dtype_namespace.h98 virtual bool AddBinderType(const AidlInterface& b,
Dtype_cpp.cpp482 bool TypeNamespace::AddBinderType(const AidlInterface& b, const std::string& filename) { in AddBinderType() function in android::aidl::cpp::TypeNamespace
Daidl.cpp456 types->AddBinderType(*doc, filename); in parse_preprocessed_file()