Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.cpp801 IPCThreadState* kernelBinderState = IPCThreadState::selfOrNull(); in processCommand() local
808 if (kernelBinderState != nullptr) { in processCommand()
809 origGuard = kernelBinderState->pushGetCallingSpGuard(&spGuard); in processCommand()
813 if (kernelBinderState != nullptr) { in processCommand()
814 kernelBinderState->restoreGetCallingSpGuard(origGuard); in processCommand()