Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
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()
/frameworks/native/libs/binderthreadstate/
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()
/frameworks/native/libs/gui/
DBufferQueueThreadState.cpp29 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingUid()
40 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingPid()
/frameworks/native/libs/binderthreadstate/include/binderthreadstate/
DCallerUtils.h38 inline static BinderCallType getCurrentServingCall() { in getCurrentServingCall() function
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1197 if (getCurrentServingCall() != BinderCallType::HWBINDER && callingPid != getpid() && in validateClientPermissionsLocked()
1557 if (getCurrentServingCall() != BinderCallType::HWBINDER && in shouldRejectSystemCameraConnection()
1566 if (getCurrentServingCall() != BinderCallType::HWBINDER && in shouldRejectSystemCameraConnection()
1592 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in connectDevice()
2808 if (getCurrentServingCall() != BinderCallType::HWBINDER) { in BasicClient()
3490 bool isVendorClient = getCurrentServingCall() == BinderCallType::HWBINDER; in makeClientDescriptor()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp954 return getCurrentServingCall() == BinderCallType::BINDER; in android_os_Binder_isHandlingTransaction()