Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DProcessState.h35 static sp<ProcessState> selfOrNull();
DIPCThreadState.h37 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/frameworks/native/libs/binder/include/binder/
DProcessState.h35 static sp<ProcessState> selfOrNull();
DIPCThreadState.h37 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/frameworks/native/libs/binder/
DProcessState.cpp89 sp<ProcessState> ProcessState::selfOrNull() in selfOrNull() function in android::ProcessState
274 LOG_ALWAYS_FATAL_IF(IPCThreadState::selfOrNull() != nullptr, in setCallRestriction()
DDebug.cpp304 sp<ProcessState> proc = ProcessState::selfOrNull(); in getBinderKernelReferences()
DRpcState.cpp681 IPCThreadState* kernelBinderState = IPCThreadState::selfOrNull(); in processCommand()
DIPCThreadState.cpp318 IPCThreadState* IPCThreadState::selfOrNull() in selfOrNull() function in android::IPCThreadState
/frameworks/base/core/jni/
DAndroidRuntime.cpp407 IPCThreadState* state = IPCThreadState::selfOrNull(); in runtime_isSensitiveThread()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1307 bool okToFork = ProcessState::selfOrNull() == nullptr; in TEST_P()