Home
last modified time | relevance | path

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

/system/hwservicemanager/
DServiceManager.h99 bool removeServiceListener(const wp<IBase>& who);
134 bool removeServiceListener(const wp<IBase>& who);
DServiceManager.cpp135 serviceRemoved = removeServiceListener(who); in serviceDied()
235 bool ServiceManager::PackageInterfaceMap::removeServiceListener(const wp<IBase>& who) { in removeServiceListener() function in android::hidl::manager::implementation::ServiceManager::PackageInterfaceMap
542 success |= removeServiceListener(callback); in unregisterForNotifications()
551 success |= ifaceMap.removeServiceListener(callback); in unregisterForNotifications()
820 bool ServiceManager::removeServiceListener(const wp<IBase>& who) { in removeServiceListener() function in android::hidl::manager::implementation::ServiceManager
825 found |= packageInterfaceMap.removeServiceListener(who); in removeServiceListener()