Home
last modified time | relevance | path

Searched refs:setLastTransactionBinderFlags (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/binder/
DIPCThreadState.h49 void setLastTransactionBinderFlags(int32_t flags);
/frameworks/native/libs/binder/
DIPCThreadState.cpp396 void IPCThreadState::setLastTransactionBinderFlags(int32_t flags) in setLastTransactionBinderFlags() function in android::IPCThreadState
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp272 thread_state->setLastTransactionBinderFlags(flags); in onTransact()