Searched refs:mHidlServiceProxy (Results 1 – 3 of 3) sorted by relevance
370 interface = mManager->mHidlServiceProxy->tryGetService(mProviderName); in startProviderInterface()374 interface = mManager->mHidlServiceProxy->getService(mProviderName); in startProviderInterface()
127 mHidlServiceProxy = hidlProxy; in tryToInitAndAddHidlProvidersLocked()129 bool success = mHidlServiceProxy->registerForNotifications( in tryToInitAndAddHidlProvidersLocked()138 for (const auto& instance : mHidlServiceProxy->listServices()) { in tryToInitAndAddHidlProvidersLocked()2143 interface = mHidlServiceProxy->tryGetService(providerName); in tryToInitializeHidlProviderLocked()
473 HidlServiceInteractionProxy* mHidlServiceProxy; variable