Home
last modified time | relevance | path

Searched refs:IsOneway (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/
Dgenerate_cpp.cpp316 if (interface.IsOneway() || method.IsOneway()) { in DefineClientTransaction()
326 if (!interface.IsOneway() && !method.IsOneway()) { in DefineClientTransaction()
482 if (!method.IsOneway()) { in HandleServerTransaction()
Daidl_language.h212 bool IsOneway() const { return oneway_; } in IsOneway() function
328 bool IsOneway() const { return oneway_; } in IsOneway() function
Daidl.cpp188 bool oneway = m->IsOneway() || c->IsOneway(); in check_types()
Dgenerate_java_binder.cpp266 const bool oneway = proxyClass->mOneWay || method.IsOneway(); in generate_method()
Dtype_java.cpp882 b.IsOneway(), filename, b.GetLine(), stub, proxy); in AddBinderType()