Home
last modified time | relevance | path

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

/frameworks/native/libs/binderthreadstate/include/binderthreadstate/
DCallerUtils.h39 auto* hwState = android::hardware::IPCThreadState::selfOrNull(); in getCurrentServingCall()
40 auto* state = android::IPCThreadState::selfOrNull(); in getCurrentServingCall()
/frameworks/native/libs/binderthreadstate/
Dtest.cpp169 EXPECT_EQ(nullptr, android::IPCThreadState::selfOrNull()); in TEST()
170 EXPECT_EQ(nullptr, android::hardware::IPCThreadState::selfOrNull()); in TEST()
174 EXPECT_EQ(nullptr, android::IPCThreadState::selfOrNull()); in TEST()
175 EXPECT_EQ(nullptr, android::hardware::IPCThreadState::selfOrNull()); in TEST()
/frameworks/native/libs/binder/include/binder/
DProcessState.h40 LIBBINDER_EXPORTED static sp<ProcessState> selfOrNull();
DIPCThreadState.h41 LIBBINDER_EXPORTED static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/frameworks/native/include/binder/
DProcessState.h40 LIBBINDER_EXPORTED static sp<ProcessState> selfOrNull();
DIPCThreadState.h41 LIBBINDER_EXPORTED static IPCThreadState* selfOrNull(); // self(), but won't instantiate
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dlibbinder_driver.cpp113 auto ps = ProcessState::selfOrNull(); in fuzzService()
/frameworks/native/libs/binder/
DProcessState.cpp94 sp<ProcessState> ProcessState::selfOrNull() in selfOrNull() function in android::ProcessState
290 LOG_ALWAYS_FATAL_IF(IPCThreadState::selfOrNull() != nullptr, in setCallRestriction()
DDebug.cpp308 sp<ProcessState> proc = ProcessState::selfOrNull(); in getBinderKernelReferences()
DRpcState.cpp801 IPCThreadState* kernelBinderState = IPCThreadState::selfOrNull(); in processCommand()
DIPCThreadState.cpp325 IPCThreadState* IPCThreadState::selfOrNull() in selfOrNull() function in android::IPCThreadState
/frameworks/base/core/jni/
DAndroidRuntime.cpp419 IPCThreadState* state = IPCThreadState::selfOrNull(); in runtime_isSensitiveThread()