Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DIPCThreadState.h112 LIBBINDER_EXPORTED const SpGuard* pushGetCallingSpGuard(const SpGuard* guard);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h112 LIBBINDER_EXPORTED const SpGuard* pushGetCallingSpGuard(const SpGuard* guard);
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1784 IPCThreadState::self()->pushGetCallingSpGuard(&spGuard); in onTransact()
2086 (void)IPCThreadState::self()->pushGetCallingSpGuard(&spGuard); in run_server()
/frameworks/native/libs/binder/
DIPCThreadState.cpp386 const IPCThreadState::SpGuard* IPCThreadState::pushGetCallingSpGuard(const SpGuard* guard) { in pushGetCallingSpGuard() function in android::IPCThreadState
DRpcState.cpp809 origGuard = kernelBinderState->pushGetCallingSpGuard(&spGuard); in processCommand()