Searched defs:oneway (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/ |
D | aidl_language.cpp | 132 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, in AidlMethod() 150 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, in AidlMethod() 187 const std::string& comments, bool oneway, in AidlInterface()
|
D | generate_java_binder.cpp | 266 const bool oneway = proxyClass->mOneWay || method.IsOneway(); in generate_method() local
|
D | aidl.cpp | 188 bool oneway = m->IsOneway() || c->IsOneway(); in check_types() local
|
D | type_java.cpp | 684 bool builtIn, bool oneway, const string& declFile, in InterfaceType()
|
/system/tools/hidl/ |
D | Method.cpp | 31 bool oneway, in Method()
|