Home
last modified time | relevance | path

Searched defs:oneway (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dgenerate_java_binder.cpp545 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
Daidl_language.cpp1088 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/
DMethod.cpp36 std::vector<NamedReference<Type>*>* results, bool oneway, in Method()