Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DProcessState.h43 static sp<ProcessState> selfOrNull();
DIPCThreadState.h44 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/system/libhwbinder/
DProcessState.cpp73 sp<ProcessState> ProcessState::selfOrNull() { in selfOrNull() function in android::hardware::ProcessState
200 LOG_ALWAYS_FATAL_IF(IPCThreadState::selfOrNull() != nullptr, in setCallRestriction()
DDebug.cpp304 sp<ProcessState> proc = ProcessState::selfOrNull(); in getHWBinderKernelReferences()
DIPCThreadState.cpp315 IPCThreadState* IPCThreadState::selfOrNull() in selfOrNull() function in android::hardware::IPCThreadState