Home
last modified time | relevance | path

Searched refs:HWBINDER (Results 1 – 10 of 10) 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/include/binderthreadstate/
DCallerUtils.h33 HWBINDER, enumerator
44 if (binderSp == nullptr) return BinderCallType::HWBINDER; in getCurrentServingCall()
46 if (hwbinderSp < binderSp) return BinderCallType::HWBINDER; in getCurrentServingCall()
/frameworks/native/libs/gui/
DBufferQueueThreadState.cpp29 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingUid()
40 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingPid()
/frameworks/native/libs/binderdebug/include/binderdebug/
DBinderDebug.h31 HWBINDER, enumerator
/frameworks/native/libs/binderthreadstate/
Dtest.cpp88 CHECK(BinderCallType::HWBINDER == getCurrentServingCall()); in call()
96 CHECK(BinderCallType::HWBINDER == getCurrentServingCall()); in call()
/frameworks/native/libs/binderdebug/
DBinderDebug.cpp32 case BinderDebugContext::HWBINDER: in contextToString()
/frameworks/native/cmds/lshal/
Dtest.cpp442 vintf::TransportArch hwbinder{Transport::HWBINDER, Arch::ARCH_64}; in TEST_F()
458 .serverPid = transport == Transport::HWBINDER ? id : NO_PID, in TEST_F()
460 transport == Transport::HWBINDER ? getPidInfoFromId(id).threadUsage : 0, in TEST_F()
462 transport == Transport::HWBINDER ? getPidInfoFromId(id).threadCount : 0, in TEST_F()
464 .serverObjectAddress = transport == Transport::HWBINDER ? getPtr(id) : NO_PTR, in TEST_F()
DListCommand.cpp149 (ta.transport == vintf::Transport::HWBINDER || in match()
207 const auto& status = getBinderPidInfo(BinderDebugContext::HWBINDER, serverPid, pidInfo); in getPidInfo()
342 if (entry.transport == vintf::Transport::HWBINDER) { in addEntryWithInstance()
576 const vintf::Transport mode = vintf::Transport::HWBINDER; in fetchBinderized()
745 if (manifestEntry.transport == vintf::Transport::HWBINDER) { in fetchLazyHals()
/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp116 if (IServiceManager::Transport::HWBINDER == in android_server_SystemServer_startHidlServices()
/frameworks/av/services/camera/libcameraservice/
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()
3033 if (getCurrentServingCall() != BinderCallType::HWBINDER) { in BasicClient()
3826 bool isVendorClient = getCurrentServingCall() == BinderCallType::HWBINDER; in makeClientDescriptor()