Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DIPCThreadState.h113 LIBBINDER_EXPORTED void restoreGetCallingSpGuard(const SpGuard* guard);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h113 LIBBINDER_EXPORTED void restoreGetCallingSpGuard(const SpGuard* guard);
/frameworks/native/libs/binder/
DIPCThreadState.cpp392 void IPCThreadState::restoreGetCallingSpGuard(const SpGuard* guard) { in restoreGetCallingSpGuard() function in android::IPCThreadState
DRpcState.cpp814 kernelBinderState->restoreGetCallingSpGuard(origGuard); in processCommand()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1789 IPCThreadState::self()->restoreGetCallingSpGuard(origGuard); in onTransact()