Home
last modified time | relevance | path

Searched defs:allowIsolated (Results 1 – 9 of 9) 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()
332 bool allowIsolated, int dumpFlags) { in registerService()
DIServiceManager.cpp355 bool allowIsolated, int dumpsysPriority) in addService()
/frameworks/base/core/java/android/os/
DServiceManager.java233 public static void addService(String name, IBinder service, boolean allowIsolated) { in addService()
250 public static void addService(String name, IBinder service, boolean allowIsolated, in addService()
260 public static void addService$ravenwood(String name, IBinder service, boolean allowIsolated, in addService$ravenwood()
DServiceManagerNative.java70 public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority) in addService()
/frameworks/native/cmds/servicemanager/
DServiceManager.h75 bool allowIsolated; member
DServiceManager.cpp415 …er::addService(const std::string& name, const sp<IBinder>& binder, bool allowIsolated, int32_t dum… in addService()
/frameworks/base/services/core/java/com/android/server/
DSystemService.java591 boolean allowIsolated) { in publishBinderService()
607 boolean allowIsolated, int dumpPriority) { in publishBinderService()
/frameworks/native/libs/binder/aidl/android/os/
DIServiceManager.aidl79 boolean allowIsolated, int dumpPriority); in addService()
/frameworks/native/libs/binder/ndk/
Dservice_manager.cpp51 bool allowIsolated = flags & AServiceManager_AddServiceFlag::ADD_SERVICE_ALLOW_ISOLATED; in AServiceManager_addServiceWithFlags() local