Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java_binder.cpp420 static void generate_stub_code(const AidlInterface& iface, const AidlMethod& method, bool oneway, in generate_stub_code()
543 const std::string& transactCodeName, bool oneway, in generate_stub_case()
555 const std::string& transactCodeName, bool oneway, in generate_stub_case_outline()
594 bool oneway, ProxyClass* proxyClass, JavaTypeNamespace* types, const Options& options) { in generate_proxy_method()
754 const bool oneway = method.IsOneway(); in generate_methods() local
Daidl_language.cpp560 AidlMethod::AidlMethod(const AidlLocation& location, bool oneway, AidlTypeSpecifier* type, in AidlMethod()
567 AidlMethod::AidlMethod(const AidlLocation& location, bool oneway, AidlTypeSpecifier* type, in AidlMethod()
685 const std::string& comments, bool oneway, in AidlInterface()
Daidl_language.h415 void ApplyInterfaceOneway(bool oneway) { oneway_ = oneway_ || oneway; } in ApplyInterfaceOneway()
/system/tools/hidl/
DMethod.cpp31 std::vector<NamedReference<Type>*>* results, bool oneway, in Method()