Searched refs:HWBINDER (Results 1 – 10 of 10) 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()
33 HWBINDER, enumerator44 if (binderSp == nullptr) return BinderCallType::HWBINDER; in getCurrentServingCall()46 if (hwbinderSp < binderSp) return BinderCallType::HWBINDER; in getCurrentServingCall()
29 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingUid()40 if (getCurrentServingCall() == BinderCallType::HWBINDER) { in getCallingPid()
31 HWBINDER, enumerator
88 CHECK(BinderCallType::HWBINDER == getCurrentServingCall()); in call()96 CHECK(BinderCallType::HWBINDER == getCurrentServingCall()); in call()
32 case BinderDebugContext::HWBINDER: in contextToString()
442 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()
149 (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()
116 if (IServiceManager::Transport::HWBINDER == in android_server_SystemServer_startHidlServices()
1247 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()