Searched defs:oneway (Results  1 – 3 of 3) sorted by relevance
| /system/tools/aidl/ | 
| D | generate_java_binder.cpp | 560 static void GenerateStubCode(const AidlMethod& method, bool oneway,  in GenerateStubCode()681                              bool oneway, const std::shared_ptr<StubClass>& stubClass,  in GenerateStubCase()
 693                                     bool oneway, const std::shared_ptr<StubClass>& stubClass,  in GenerateStubCaseOutline()
 744                                 bool oneway, const AidlTypenames& typenames,  in GenerateProxyMethod()
 910   const bool oneway = method.IsOneway();  in GenerateMethods()  local
 
 | 
| D | aidl_language.cpp | 1094 AidlMethod::AidlMethod(const AidlLocation& location, bool oneway, AidlTypeSpecifier* type,  in AidlMethod()1101 AidlMethod::AidlMethod(const AidlLocation& location, bool oneway, AidlTypeSpecifier* type,  in AidlMethod()
 1719                              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()
 |