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::PackageInterfaceMap542 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::ServiceManager825 found |= packageInterfaceMap.removeServiceListener(who); in removeServiceListener()