Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DCameraThreadState.cpp26 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingUid()
33 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingPid()
40 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in clearCallingIdentity()
47 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in restoreCallingIdentity()
/aosp12/frameworks/native/libs/binderthreadstate/
H A Dtest.cpp29 using android::getCurrentServingCall;
82 CHECK(BinderCallType::NONE == getCurrentServingCall()); in callLocal()
88 CHECK(BinderCallType::HWBINDER == getCurrentServingCall()); in call()
96 CHECK(BinderCallType::HWBINDER == getCurrentServingCall()); in call()
107 CHECK(BinderCallType::NONE == getCurrentServingCall()); in callLocal()
113 CHECK(BinderCallType::BINDER == getCurrentServingCall()); in call()
121 CHECK(BinderCallType::BINDER == getCurrentServingCall()); in call()
/aosp12/frameworks/native/libs/gui/
H A DBufferQueueThreadState.cpp29 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingUid()
40 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingPid()
/aosp12/frameworks/native/libs/binderthreadstate/include/binderthreadstate/
H A DCallerUtils.h38 inline static BinderCallType getCurrentServingCall() { in getCurrentServingCall() function
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1247 if (getCurrentServingCall() != BinderCallType::HWBINDER && callingPid != getpid() && in validateClientPermissionsLocked()
1589 if (getCurrentServingCall() != BinderCallType::HWBINDER && in shouldRejectSystemCameraConnection()
1598 if (getCurrentServingCall() != BinderCallType::HWBINDER && in shouldRejectSystemCameraConnection()
1625 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in connectDevice()
3037 if (getCurrentServingCall() != BinderCallType::HWBINDER) { in BasicClient()
3830 bool isVendorClient = getCurrentServingCall() == BinderCallType::HWBINDER; in makeClientDescriptor()
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp964 return getCurrentServingCall() == BinderCallType::BINDER; in android_os_Binder_isHandlingTransaction()