Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A 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()
H A DIServiceManager.cpp270 bool allowIsolated, int dumpsysPriority) in addService()
/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.h64 bool allowIsolated; member
H A DServiceManager.cpp246 …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 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()
H A DServiceManagerNative.java70 public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority) in addService()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java425 boolean allowIsolated) { in publishBinderService()
441 boolean allowIsolated, int dumpPriority) { in publishBinderService()
/aosp12/frameworks/native/libs/binder/aidl/android/os/
H A DIServiceManager.aidl78 boolean allowIsolated, int dumpPriority); in addService()