Home
last modified time | relevance | path

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

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