Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h38 static sp<ProcessState> selfOrNull();
DIPCThreadState.h38 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/frameworks/native/libs/binder/
DProcessState.cpp105 sp<ProcessState> ProcessState::selfOrNull() in selfOrNull() function in android::ProcessState
241 …LOG_ALWAYS_FATAL_IF(IPCThreadState::selfOrNull(), "Call restrictions must be set before the thread… in setCallRestriction()
DDebug.cpp303 sp<ProcessState> proc = ProcessState::selfOrNull(); in getBinderKernelReferences()
DIPCThreadState.cpp316 IPCThreadState* IPCThreadState::selfOrNull() in selfOrNull() function in android::IPCThreadState
/frameworks/base/core/jni/
DAndroidRuntime.cpp416 IPCThreadState* state = IPCThreadState::selfOrNull(); in runtime_isSensitiveThread()