Home
last modified time | relevance | path

Searched defs:allowIsolated (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/
DLazyServiceRegistrar.cpp61 bool allowIsolated; member
73 bool allowIsolated, int dumpFlags) { in registerService()
183 bool allowIsolated, int dumpFlags) { in registerService()
DIServiceManager.cpp256 bool allowIsolated, int dumpsysPriority) in addService()
/frameworks/native/cmds/servicemanager/
DServiceManager.h59 bool allowIsolated; member
DServiceManager.cpp182 …er::addService(const std::string& name, const sp<IBinder>& binder, bool allowIsolated, int32_t dum… in addService()
/frameworks/base/core/java/android/os/
DServiceManager.java179 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()
DServiceManagerNative.java70 public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority) in addService()
/frameworks/base/services/core/java/com/android/server/
DSystemService.java479 boolean allowIsolated) { in publishBinderService()
495 boolean allowIsolated, int dumpPriority) { in publishBinderService()
/frameworks/native/libs/binder/aidl/android/os/
DIServiceManager.aidl77 boolean allowIsolated, int dumpPriority); in addService()