Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.cpp807 const IPCThreadState::SpGuard* origGuard; in processCommand() local
809 origGuard = kernelBinderState->pushGetCallingSpGuard(&spGuard); in processCommand()
814 kernelBinderState->restoreGetCallingSpGuard(origGuard); in processCommand()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1783 const IPCThreadState::SpGuard *origGuard = in onTransact() local
1789 IPCThreadState::self()->restoreGetCallingSpGuard(origGuard); in onTransact()