Home
last modified time | relevance | path

Searched refs:allowIsolated (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/libs/binder/
DLazyServiceRegistrar.cpp37 bool allowIsolated, int dumpFlags);
61 bool allowIsolated; member
73 bool allowIsolated, int dumpFlags) { in registerService() argument
80 if (!manager->addService(name.c_str(), service, allowIsolated, dumpFlags).isOk()) { in registerService()
92 mRegisteredServices[name] = {service, allowIsolated, dumpFlags}; in registerService()
163 if (!registerService(entry.second.service, entry.first, entry.second.allowIsolated, in tryShutdown()
183 bool allowIsolated, int dumpFlags) { in registerService() argument
184 if (!mClientCC->registerService(service, name, allowIsolated, dumpFlags)) { in registerService()
DIServiceManager.cpp72 bool allowIsolated, int dumpsysPriority) override;
256 bool allowIsolated, int dumpsysPriority) in addService() argument
259 String8(name).c_str(), service, allowIsolated, dumpsysPriority); in addService()
/frameworks/native/include/binder/
DBinderService.h37 static status_t publish(bool allowIsolated = false,
40 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated,
45 bool allowIsolated = false,
47 publish(allowIsolated, dumpFlags);
DIServiceManager.h76 bool allowIsolated = false,
/frameworks/native/libs/binder/include/binder/
DBinderService.h37 static status_t publish(bool allowIsolated = false,
40 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated,
45 bool allowIsolated = false,
47 publish(allowIsolated, dumpFlags);
DLazyServiceRegistrar.h35 bool allowIsolated = false,
DIServiceManager.h76 bool allowIsolated = false,
/frameworks/base/core/java/android/os/
DServiceManager.java179 public static void addService(String name, IBinder service, boolean allowIsolated) { in addService() argument
180 addService(name, service, allowIsolated, IServiceManager.DUMP_FLAG_PRIORITY_DEFAULT); in addService()
194 public static void addService(String name, IBinder service, boolean allowIsolated, in addService() argument
197 getIServiceManager().addService(name, service, allowIsolated, dumpPriority); in addService()
DServiceManagerNative.java70 public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority) in addService() argument
72 mServiceManager.addService(name, service, allowIsolated, dumpPriority); in addService()
/frameworks/base/services/core/java/com/android/server/
DSystemService.java479 boolean allowIsolated) { in publishBinderService() argument
480 publishBinderService(name, service, allowIsolated, DUMP_FLAG_PRIORITY_DEFAULT); in publishBinderService()
495 boolean allowIsolated, int dumpPriority) { in publishBinderService() argument
496 ServiceManager.addService(name, service, allowIsolated, dumpPriority); in publishBinderService()
/frameworks/native/cmds/servicemanager/
DServiceManager.h39 bool allowIsolated, int32_t dumpPriority) override;
59 bool allowIsolated; member
DServiceManager.cpp139 if (!service->allowIsolated) { in tryGetService()
182 …::addService(const std::string& name, const sp<IBinder>& binder, bool allowIsolated, int32_t dumpP… in addService() argument
218 .allowIsolated = allowIsolated, in addService()
/frameworks/native/libs/fakeservicemanager/
DServiceManager.h47 bool allowIsolated = false,
/frameworks/native/libs/binder/aidl/android/os/
DIServiceManager.aidl77 boolean allowIsolated, int dumpPriority); in addService() argument