/frameworks/native/libs/binder/ |
D | LazyServiceRegistrar.cpp | 37 bool allowIsolated, int dumpFlags); 61 bool allowIsolated; member 73 bool allowIsolated, int dumpFlags) { in registerService() argument 80 if (!manager->addService(name.c_str(), service, allowIsolated, dumpFlags).isOk()) { in registerService() 92 mRegisteredServices[name] = {service, allowIsolated, dumpFlags}; in registerService() 163 if (!registerService(entry.second.service, entry.first, entry.second.allowIsolated, in tryShutdown() 183 bool allowIsolated, int dumpFlags) { in registerService() argument 184 if (!mClientCC->registerService(service, name, allowIsolated, dumpFlags)) { in registerService()
|
D | IServiceManager.cpp | 72 bool allowIsolated, int dumpsysPriority) override; 256 bool allowIsolated, int dumpsysPriority) in addService() argument 259 String8(name).c_str(), service, allowIsolated, dumpsysPriority); in addService()
|
/frameworks/native/include/binder/ |
D | BinderService.h | 37 static status_t publish(bool allowIsolated = false, 40 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated, 45 bool allowIsolated = false, 47 publish(allowIsolated, dumpFlags);
|
D | IServiceManager.h | 76 bool allowIsolated = false,
|
/frameworks/native/libs/binder/include/binder/ |
D | BinderService.h | 37 static status_t publish(bool allowIsolated = false, 40 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated, 45 bool allowIsolated = false, 47 publish(allowIsolated, dumpFlags);
|
D | LazyServiceRegistrar.h | 35 bool allowIsolated = false,
|
D | IServiceManager.h | 76 bool allowIsolated = false,
|
/frameworks/base/core/java/android/os/ |
D | ServiceManager.java | 179 public static void addService(String name, IBinder service, boolean allowIsolated) { in addService() argument 180 addService(name, service, allowIsolated, IServiceManager.DUMP_FLAG_PRIORITY_DEFAULT); in addService() 194 public static void addService(String name, IBinder service, boolean allowIsolated, in addService() argument 197 getIServiceManager().addService(name, service, allowIsolated, dumpPriority); in addService()
|
D | ServiceManagerNative.java | 70 public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority) in addService() argument 72 mServiceManager.addService(name, service, allowIsolated, dumpPriority); in addService()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SystemService.java | 479 boolean allowIsolated) { in publishBinderService() argument 480 publishBinderService(name, service, allowIsolated, DUMP_FLAG_PRIORITY_DEFAULT); in publishBinderService() 495 boolean allowIsolated, int dumpPriority) { in publishBinderService() argument 496 ServiceManager.addService(name, service, allowIsolated, dumpPriority); in publishBinderService()
|
/frameworks/native/cmds/servicemanager/ |
D | ServiceManager.h | 39 bool allowIsolated, int32_t dumpPriority) override; 59 bool allowIsolated; member
|
D | ServiceManager.cpp | 139 if (!service->allowIsolated) { in tryGetService() 182 …::addService(const std::string& name, const sp<IBinder>& binder, bool allowIsolated, int32_t dumpP… in addService() argument 218 .allowIsolated = allowIsolated, in addService()
|
/frameworks/native/libs/fakeservicemanager/ |
D | ServiceManager.h | 47 bool allowIsolated = false,
|
/frameworks/native/libs/binder/aidl/android/os/ |
D | IServiceManager.aidl | 77 boolean allowIsolated, int dumpPriority); in addService() argument
|