Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h62 int32_t getLastTransactionBinderFlags() const;
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h108 int32_t getLastTransactionBinderFlags() const;
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h108 int32_t getLastTransactionBinderFlags() const;
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp391 int32_t IPCThreadState::getLastTransactionBinderFlags() const in getLastTransactionBinderFlags() function in android::hardware::IPCThreadState
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp447 int32_t IPCThreadState::getLastTransactionBinderFlags() const in getLastTransactionBinderFlags() function in android::IPCThreadState
H A DParcel.cpp668 if ((threadState->getLastTransactionBinderFlags() & IBinder::FLAG_ONEWAY) != 0) { in enforceInterface()