Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h104 void restoreGetCallingSpGuard(const SpGuard* guard);
/frameworks/native/include/binder/
DIPCThreadState.h104 void restoreGetCallingSpGuard(const SpGuard* guard);
/frameworks/native/libs/binder/
DRpcState.cpp692 kernelBinderState->restoreGetCallingSpGuard(origGuard); in processCommand()
DIPCThreadState.cpp385 void IPCThreadState::restoreGetCallingSpGuard(const SpGuard* guard) { in restoreGetCallingSpGuard() function in android::IPCThreadState
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1434 IPCThreadState::self()->restoreGetCallingSpGuard(origGuard); in onTransact()