Home
last modified time | relevance | path

Searched defs:isOneway (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/
H A DMethod.h62 bool isOneway() const { return mOneway; } in isOneway() function
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.cpp157 bool isOneway = (flags & IBinder::FLAG_ONEWAY) != 0; in onTransact() local