Searched refs:removeServiceListener (Results 1 – 2 of 2) sorted by relevance
99 bool removeServiceListener(const wp<IBase>& who);134 bool removeServiceListener(const wp<IBase>& who);
135 serviceRemoved = removeServiceListener(who); in serviceDied()235 bool ServiceManager::PackageInterfaceMap::removeServiceListener(const wp<IBase>& who) { in removeServiceListener() function in android::hidl::manager::implementation::ServiceManager::PackageInterfaceMap589 success |= removeServiceListener(callback); in unregisterForNotifications()598 success |= ifaceMap.removeServiceListener(callback); in unregisterForNotifications()867 bool ServiceManager::removeServiceListener(const wp<IBase>& who) { in removeServiceListener() function in android::hidl::manager::implementation::ServiceManager872 found |= packageInterfaceMap.removeServiceListener(who); in removeServiceListener()