Searched defs:oneway (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ |
D | generate_java_binder.cpp | 545 static void GenerateStubCode(const AidlMethod& method, bool oneway, in GenerateStubCode() 652 bool oneway, const std::shared_ptr<StubClass>& stubClass, in GenerateStubCase() 664 bool oneway, const std::shared_ptr<StubClass>& stubClass, in GenerateStubCaseOutline() 715 bool oneway, const AidlTypenames& typenames, in GenerateProxyMethod() 874 const bool oneway = method.IsOneway(); in GenerateMethods() local
|
D | aidl_language.cpp | 1088 AidlMethod::AidlMethod(const AidlLocation& location, bool oneway, AidlTypeSpecifier* type, in AidlMethod() 1095 AidlMethod::AidlMethod(const AidlLocation& location, bool oneway, AidlTypeSpecifier* type, in AidlMethod() 1708 const Comments& comments, bool oneway, const std::string& package, in AidlInterface()
|
/system/tools/hidl/ |
D | Method.cpp | 36 std::vector<NamedReference<Type>*>* results, bool oneway, in Method()
|