/aosp12/frameworks/native/libs/binder/ |
H A D | LazyServiceRegistrar.cpp | 38 bool allowIsolated, int dumpFlags); 53 bool allowIsolated; member 63 bool allowIsolated, int dumpFlags); 107 bool allowIsolated, int dumpFlags); 125 bool allowIsolated, int dumpFlags) { in registerService() argument 127 return registerServiceLocked(service, name, allowIsolated, dumpFlags); in registerService() 159 .allowIsolated = allowIsolated, in registerServiceLocked() 291 bool allowIsolated, int dumpFlags) { in registerService() argument 292 return mImpl->registerService(service, name, allowIsolated, dumpFlags); in registerService() 328 bool allowIsolated, int dumpFlags) { in registerService() argument [all …]
|
H A D | IServiceManager.cpp | 73 bool allowIsolated, int dumpsysPriority) override; 270 bool allowIsolated, int dumpsysPriority) in addService() argument 273 String8(name).c_str(), service, allowIsolated, dumpsysPriority); in addService()
|
/aosp12/frameworks/native/include/binder/ |
H A D | BinderService.h | 36 static status_t publish(bool allowIsolated = false, 39 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated, 44 bool allowIsolated = false, 46 publish(allowIsolated, dumpFlags);
|
H A D | IServiceManager.h | 76 bool allowIsolated = false,
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | BinderService.h | 36 static status_t publish(bool allowIsolated = false, 39 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated, 44 bool allowIsolated = false, 46 publish(allowIsolated, dumpFlags);
|
H A D | LazyServiceRegistrar.h | 49 bool allowIsolated = false,
|
H A D | IServiceManager.h | 76 bool allowIsolated = false,
|
/aosp12/frameworks/base/core/java/android/os/ |
H A 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()
|
H A 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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | SystemService.java | 425 boolean allowIsolated) { in publishBinderService() argument 426 publishBinderService(name, service, allowIsolated, DUMP_FLAG_PRIORITY_DEFAULT); in publishBinderService() 441 boolean allowIsolated, int dumpPriority) { in publishBinderService() argument 442 ServiceManager.addService(name, service, allowIsolated, dumpPriority); in publishBinderService()
|
/aosp12/frameworks/native/cmds/servicemanager/ |
H A D | ServiceManager.h | 40 bool allowIsolated, int32_t dumpPriority) override; 64 bool allowIsolated; member
|
H A D | ServiceManager.cpp | 203 if (!service->allowIsolated) { in tryGetService() 246 …::addService(const std::string& name, const sp<IBinder>& binder, bool allowIsolated, int32_t dumpP… in addService() argument 284 .allowIsolated = allowIsolated, in addService()
|
/aosp12/frameworks/native/libs/fakeservicemanager/ |
H A D | ServiceManager.h | 39 bool allowIsolated = false,
|
/aosp12/frameworks/native/libs/binder/aidl/android/os/ |
H A D | IServiceManager.aidl | 78 boolean allowIsolated, int dumpPriority); in addService() argument
|