Home
last modified time | relevance | path

Searched refs:mIPCThreadStateBase (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h192 IPCThreadStateBase *mIPCThreadStateBase; variable
/frameworks/native/libs/binder/
DIPCThreadState.cpp814 mIPCThreadStateBase = IPCThreadStateBase::self(); in IPCThreadState()
1165 mIPCThreadStateBase->pushCurrentState( in executeCommand()
1224 mIPCThreadStateBase->popCurrentState(); in executeCommand()
1292 … return mIPCThreadStateBase->getCurrentBinderCallState() == IPCThreadStateBase::CallState::BINDER; in isServingCall()