Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_cpp.cpp324 if (interface.IsOneway() || method.IsOneway()) { in DefineClientTransaction()
334 if (!interface.IsOneway() && !method.IsOneway()) { in DefineClientTransaction()
505 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.cpp683 const bool oneway = proxyClass->mOneWay || method.IsOneway(); in generate_methods()
Dtype_java.cpp882 b.IsOneway(), filename, b.GetLine(), stub, proxy); in AddBinderType()