Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_cpp.cpp304 if (interface.IsOneway() || method.IsOneway()) { in DefineClientTransaction()
314 if (!interface.IsOneway() && !method.IsOneway()) { in DefineClientTransaction()
459 if (!method.IsOneway()) { in HandleServerTransaction()
Daidl_language.h175 bool IsOneway() const { return oneway_; } in IsOneway() function
288 bool IsOneway() const { return oneway_; } in IsOneway() function
Daidl.cpp182 bool oneway = m->IsOneway() || c->IsOneway(); in check_types()
Dgenerate_java_binder.cpp268 const bool oneway = proxyClass->mOneWay || method.IsOneway(); in generate_method()
Dtype_java.cpp882 b.IsOneway(), filename, b.GetLine(), stub, proxy); in AddBinderType()