Home
last modified time | relevance | path

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

/frameworks/native/libs/binderthreadstate/include/binderthreadstate/
DIPCThreadStateBase.h31 void pushCurrentState(CallState callState);
/frameworks/native/libs/binderthreadstate/
DIPCThreadStateBase.cpp63 void IPCThreadStateBase::pushCurrentState(CallState callState) { in pushCurrentState() function in android::IPCThreadStateBase
/frameworks/native/libs/binder/
DIPCThreadState.cpp1165 mIPCThreadStateBase->pushCurrentState( in executeCommand()