Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DLazyServiceRegistrar.cpp53 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()
DIServiceManager.cpp316 bool allowIsolated, int dumpsysPriority) in addService()
/frameworks/native/cmds/servicemanager/
DServiceManager.h67 bool allowIsolated; member
DServiceManager.cpp295 …er::addService(const std::string& name, const sp<IBinder>& binder, bool allowIsolated, int32_t dum… in addService()
/frameworks/base/core/java/android/os/
DServiceManager.java194 public static void addService(String name, IBinder service, boolean allowIsolated) { in addService()
210 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.java536 boolean allowIsolated) { in publishBinderService()
552 boolean allowIsolated, int dumpPriority) { in publishBinderService()
/frameworks/native/libs/binder/aidl/android/os/
DIServiceManager.aidl79 boolean allowIsolated, int dumpPriority); in addService()