Searched refs:isOneway (Results 1 – 7 of 7) sorted by relevance
157 bool isOneway = (flags & IBinder::FLAG_ONEWAY) != 0; in onTransact() local166 if (!isOneway) { in onTransact()195 if (!isOneway) { in onTransact()
366 if (method->isOneway()) { in generateJava()374 if (!method->isOneway()) { in generateJava()594 if (!needsCallback && !method->isOneway()) { in generateJava()
62 bool isOneway() const { return mOneway; } in isOneway() function
497 if (method->isOneway()) { in generatePassthroughMethod()586 if (method->isOneway()) { in generatePassthroughMethod()1107 if (method->isOneway()) { in generateStaticProxyMethodSource()1129 if (!method->isOneway()) { in generateStaticProxyMethodSource()
280 if (isOneway()) wrappedOutput << "oneway "; in emitHidlDefinition()
51 if (method->isOneway()) { in getInterfaceOnewayType()
320 if (method->isOneway()) wrappedOutput << "oneway "; in emitAidl()