Home
last modified time | relevance | path

Searched refs:isOneway (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.cpp157 bool isOneway = (flags & IBinder::FLAG_ONEWAY) != 0; in onTransact() local
166 if (!isOneway) { in onTransact()
195 if (!isOneway) { in onTransact()
/aosp12/system/tools/hidl/
H A DgenerateJava.cpp366 if (method->isOneway()) { in generateJava()
374 if (!method->isOneway()) { in generateJava()
594 if (!needsCallback && !method->isOneway()) { in generateJava()
H A DMethod.h62 bool isOneway() const { return mOneway; } in isOneway() function
H A DgenerateCpp.cpp497 if (method->isOneway()) { in generatePassthroughMethod()
586 if (method->isOneway()) { in generatePassthroughMethod()
1107 if (method->isOneway()) { in generateStaticProxyMethodSource()
1129 if (!method->isOneway()) { in generateStaticProxyMethodSource()
H A DMethod.cpp280 if (isOneway()) wrappedOutput << "oneway "; in emitHidlDefinition()
/aosp12/system/tools/hidl/lint/lints/
H A Doneway.cpp51 if (method->isOneway()) { in getInterfaceOnewayType()
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlInterface.cpp320 if (method->isOneway()) wrappedOutput << "oneway "; in emitAidl()