Searched refs:getCurrentServingCall (Results 1 – 6 of 6) sorted by relevance
26 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()
29 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()
29 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingUid()40 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingPid()
38 inline static BinderCallType getCurrentServingCall() { in getCurrentServingCall() function
1197 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()
954 return getCurrentServingCall() == BinderCallType::BINDER; in android_os_Binder_isHandlingTransaction()