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()
380 removeService(remove, &instanceName /* restrictToInstanceName */); in addImpl()
709 bool success = removeService(service, &name /*restrictToInstanceName*/); in tryUnregister()
783 bool ServiceManager::removeService(const wp<IBase>& who, const std::string* restrictToInstanceName)… in removeService() function in android::hidl::manager::implementation::ServiceManager
DServiceManager.h97 bool removeService(const wp<IBase>& who, const std::string* restrictToInstanceName);
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl111 void removeService(in int serverIf, in int handle); in removeService() method