Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h37 static sp<ProcessState> selfOrNull();
DIPCThreadState.h37 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/frameworks/native/include/binder/
DProcessState.h37 static sp<ProcessState> selfOrNull();
DIPCThreadState.h37 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/frameworks/native/libs/binder/
DProcessState.cpp86 sp<ProcessState> ProcessState::selfOrNull() in selfOrNull() function in android::ProcessState
231 LOG_ALWAYS_FATAL_IF(IPCThreadState::selfOrNull() != nullptr, in setCallRestriction()
DDebug.cpp320 sp<ProcessState> proc = ProcessState::selfOrNull(); in getBinderKernelReferences()
DIPCThreadState.cpp319 IPCThreadState* IPCThreadState::selfOrNull() in selfOrNull() function in android::IPCThreadState
/frameworks/base/core/jni/
DAndroidRuntime.cpp404 IPCThreadState* state = IPCThreadState::selfOrNull(); in runtime_isSensitiveThread()