Searched refs:ServiceManagerShim (Results 1 – 1 of 1) sorted by relevance
76 class ServiceManagerShim : public IServiceManager class79 explicit ServiceManagerShim (const sp<AidlServiceManager>& impl);170 gDefaultServiceManager = sp<ServiceManagerShim>::make(sm); in defaultServiceManager()293 ServiceManagerShim::ServiceManagerShim(const sp<AidlServiceManager>& impl) in ServiceManagerShim() function in android::ServiceManagerShim301 sp<IBinder> ServiceManagerShim::getService(const String16& name) const in getService()345 sp<IBinder> ServiceManagerShim::checkService(const String16& name) const in checkService()354 status_t ServiceManagerShim::addService(const String16& name, const sp<IBinder>& service, in addService()362 Vector<String16> ServiceManagerShim::listServices(int dumpsysPriority) in listServices()377 sp<IBinder> ServiceManagerShim::waitForService(const String16& name16) in waitForService()470 bool ServiceManagerShim::isDeclared(const String16& name) { in isDeclared()[all …]