Searched refs:selfOrNull (Results 1 – 6 of 6) sorted by relevance
38 static sp<ProcessState> selfOrNull();
38 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
105 sp<ProcessState> ProcessState::selfOrNull() in selfOrNull() function in android::ProcessState241 …LOG_ALWAYS_FATAL_IF(IPCThreadState::selfOrNull(), "Call restrictions must be set before the thread… in setCallRestriction()
303 sp<ProcessState> proc = ProcessState::selfOrNull(); in getBinderKernelReferences()
316 IPCThreadState* IPCThreadState::selfOrNull() in selfOrNull() function in android::IPCThreadState
416 IPCThreadState* state = IPCThreadState::selfOrNull(); in runtime_isSensitiveThread()