Home
last modified time | relevance | path

Searched refs:removeService (Results 1 – 3 of 3) sorted by relevance

/system/hwservicemanager/
DServiceManager.cpp129 serviceRemoved = removeService(who, nullptr /* restrictToInstanceName */); in serviceDied()
370 removeService(remove, &instanceName /* restrictToInstanceName */); in addImpl()
697 bool success = removeService(service, &name /*restrictToInstanceName*/); in tryUnregister()
771 bool ServiceManager::removeService(const wp<IBase>& who, const std::string* restrictToInstanceName)… in removeService() function in android::hidl::manager::implementation::ServiceManager
DServiceManager.h98 bool removeService(const wp<IBase>& who, const std::string* restrictToInstanceName);
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl109 void removeService(in int serverIf, in int handle); in removeService() method