HomeSort by relevance Sort by last modified time
    Searched refs:IsOneway (Results 1 - 5 of 5) sorted by null

  /system/tools/aidl/
generate_cpp.cpp 324 if (interface.IsOneway() || method.IsOneway()) {
334 if (!interface.IsOneway() && !method.IsOneway()) {
505 if (!method.IsOneway()) {
aidl_language.h 212 bool IsOneway() const { return oneway_; }
328 bool IsOneway() const { return oneway_; }
aidl.cpp 188 bool oneway = m->IsOneway() || c->IsOneway();
generate_java_binder.cpp 683 const bool oneway = proxyClass->mOneWay || method.IsOneway();
type_java.cpp     [all...]

Completed in 379 milliseconds