Home
last modified time | relevance | path

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

/system/hwservicemanager/
DServiceManager.cpp292 forEachExistingService([&] (HidlService *otherService) { in get() argument
293 if (otherService != hidlService && interfacesEqual(service, otherService->getService())) { in get()
294 otherService->guaranteeClient(); in get()