Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIPCThreadState.h182 IPCThreadStateBase *mIPCThreadStateBase; variable
/system/libhwbinder/
DIPCThreadState.cpp786 mIPCThreadStateBase = IPCThreadStateBase::self(); in IPCThreadState()
1147 mIPCThreadStateBase->pushCurrentState( in executeCommand()
1215 mIPCThreadStateBase->popCurrentState(); in executeCommand()
1290 …return mIPCThreadStateBase->getCurrentBinderCallState() == IPCThreadStateBase::CallState::HWBINDER; in isServingCall()