Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/binder/
H A DProcessState.h37 static sp<ProcessState> selfOrNull();
H A DIPCThreadState.h37 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/aosp12/frameworks/native/libs/binder/include/binder/
H A DProcessState.h37 static sp<ProcessState> selfOrNull();
H A DIPCThreadState.h37 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/aosp12/frameworks/native/libs/binder/
H A DProcessState.cpp86 sp<ProcessState> ProcessState::selfOrNull() in selfOrNull() function in android::ProcessState
231 LOG_ALWAYS_FATAL_IF(IPCThreadState::selfOrNull() != nullptr, in setCallRestriction()
H A DDebug.cpp320 sp<ProcessState> proc = ProcessState::selfOrNull(); in getBinderKernelReferences()
H A DIPCThreadState.cpp319 IPCThreadState* IPCThreadState::selfOrNull() in selfOrNull() function in android::IPCThreadState
/aosp12/system/libhwbinder/
H A DProcessState.cpp73 sp<ProcessState> ProcessState::selfOrNull() { in selfOrNull() function in android::hardware::ProcessState
200 LOG_ALWAYS_FATAL_IF(IPCThreadState::selfOrNull() != nullptr, in setCallRestriction()
H A DDebug.cpp304 sp<ProcessState> proc = ProcessState::selfOrNull(); in getHWBinderKernelReferences()
H A DIPCThreadState.cpp315 IPCThreadState* IPCThreadState::selfOrNull() in selfOrNull() function in android::hardware::IPCThreadState
/aosp12/system/libhwbinder/include/hwbinder/
H A DProcessState.h43 static sp<ProcessState> selfOrNull();
H A DIPCThreadState.h44 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/aosp12/frameworks/base/core/jni/
H A DAndroidRuntime.cpp405 IPCThreadState* state = IPCThreadState::selfOrNull(); in runtime_isSensitiveThread()