Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DLazyServiceRegistrar.cpp50 bool allowIsolated; member
79 bool allowIsolated, int dumpFlags) { in registerService()
215 bool allowIsolated, int dumpFlags) { in registerService()
DIServiceManager.cpp268 bool allowIsolated, int dumpsysPriority) in addService()
/frameworks/base/services/core/java/com/android/server/
DSystemService.java221 boolean allowIsolated) { in publishBinderService()
235 boolean allowIsolated, int dumpPriority) { in publishBinderService()
/frameworks/base/core/java/android/os/
DServiceManager.java178 public static void addService(String name, IBinder service, boolean allowIsolated) { in addService()
193 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/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/native/libs/binder/aidl/android/os/
DIServiceManager.aidl77 boolean allowIsolated, int dumpPriority); in addService()