Searched defs:ifaceMap (Results 1 - 1 of 1) sorted by relevance

/system/hwservicemanager/
H A DServiceManager.cpp162 const PackageInterfaceMap &ifaceMap = ifaceIt->second; local
163 const HidlService *hidlService = ifaceMap.lookup(name);
200 PackageInterfaceMap &ifaceMap = mServiceMap[fqName];
201 HidlService *hidlService = ifaceMap.lookup(name);
204 ifaceMap.insertService(
214 ifaceMap.sendPackageRegistrationNotification(fqName, name);
322 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; local
330 ifaceMap.addPackageListener(callback);
334 HidlService *service = ifaceMap.lookup(name);
345 ifaceMap
395 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; local
[all...]

Completed in 50 milliseconds