Home
last modified time | relevance | path

Searched refs:getLastTransactionBinderFlags (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h130 int32_t getLastTransactionBinderFlags() const;
/frameworks/native/include/binder/
DIPCThreadState.h130 int32_t getLastTransactionBinderFlags() const;
/frameworks/native/libs/binder/
DIPCThreadState.cpp468 int32_t IPCThreadState::getLastTransactionBinderFlags() const in getLastTransactionBinderFlags() function in android::IPCThreadState
DParcel.cpp749 if ((threadState->getLastTransactionBinderFlags() & IBinder::FLAG_ONEWAY) != 0) { in enforceInterface()