Home
last modified time | relevance | path

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

/frameworks/native/libs/binderthreadstate/
Dtest.cpp35 using android::getCurrentServingCall;
104 CHECK_EQ(BinderCallType::NONE, getCurrentServingCall()); in callLocal()
112 CHECK_EQ(BinderCallType::HWBINDER, getCurrentServingCall()) in call()
121 CHECK_EQ(BinderCallType::HWBINDER, getCurrentServingCall()) in call()
133 CHECK_EQ(BinderCallType::NONE, getCurrentServingCall()); in callLocal()
140 CHECK_EQ(BinderCallType::BINDER, getCurrentServingCall()) in call()
149 CHECK_EQ(BinderCallType::BINDER, getCurrentServingCall()) in call()
172 (void)getCurrentServingCall(); in TEST()
/frameworks/native/libs/gui/
DBufferQueueThreadState.cpp29 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingUid()
40 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingPid()
/frameworks/av/services/camera/libcameraservice/utils/
DAttributionAndPermissionUtils.cpp54 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingUid()
61 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingPid()
68 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in clearCallingIdentity()
75 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in restoreCallingIdentity()
/frameworks/native/libs/binderthreadstate/include/binderthreadstate/
DCallerUtils.h38 inline static BinderCallType getCurrentServingCall() { in getCurrentServingCall() function
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1031 return getCurrentServingCall() == BinderCallType::BINDER; in android_os_Binder_isDirectlyHandlingTransactionNative()