Searched defs:allowIsolated (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/libs/binder/ |
H A D | LazyServiceRegistrar.cpp | 53 bool allowIsolated; member 125 bool allowIsolated, int dumpFlags) { in registerService() 131 const std::string& name, bool allowIsolated, in registerServiceLocked() 291 bool allowIsolated, int dumpFlags) { in registerService() 328 bool allowIsolated, int dumpFlags) { in registerService()
|
H A D | IServiceManager.cpp | 270 bool allowIsolated, int dumpsysPriority) in addService()
|
/aosp12/frameworks/native/cmds/servicemanager/ |
H A D | ServiceManager.h | 64 bool allowIsolated; member
|
H A D | ServiceManager.cpp | 246 …er::addService(const std::string& name, const sp<IBinder>& binder, bool allowIsolated, int32_t dum… in addService()
|
/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() 194 public static void addService(String name, IBinder service, boolean allowIsolated, in addService()
|
H A D | ServiceManagerNative.java | 70 public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority) in addService()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | SystemService.java | 425 boolean allowIsolated) { in publishBinderService() 441 boolean allowIsolated, int dumpPriority) { in publishBinderService()
|
/aosp12/frameworks/native/libs/binder/aidl/android/os/ |
H A D | IServiceManager.aidl | 78 boolean allowIsolated, int dumpPriority); in addService()
|