Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DLazyServiceRegistrar.cpp38 bool allowIsolated, int dumpFlags);
53 bool allowIsolated; member
63 bool allowIsolated, int dumpFlags);
107 bool allowIsolated, int dumpFlags);
125 bool allowIsolated, int dumpFlags) { in registerService() argument
127 return registerServiceLocked(service, name, allowIsolated, dumpFlags); in registerService()
159 .allowIsolated = allowIsolated, in registerServiceLocked()
291 bool allowIsolated, int dumpFlags) { in registerService() argument
292 return mImpl->registerService(service, name, allowIsolated, dumpFlags); in registerService()
328 bool allowIsolated, int dumpFlags) { in registerService() argument
[all …]
H A DIServiceManager.cpp73 bool allowIsolated, int dumpsysPriority) override;
270 bool allowIsolated, int dumpsysPriority) in addService() argument
273 String8(name).c_str(), service, allowIsolated, dumpsysPriority); in addService()
/aosp12/frameworks/native/include/binder/
H A DBinderService.h36 static status_t publish(bool allowIsolated = false,
39 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated,
44 bool allowIsolated = false,
46 publish(allowIsolated, dumpFlags);
H A DIServiceManager.h76 bool allowIsolated = false,
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBinderService.h36 static status_t publish(bool allowIsolated = false,
39 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated,
44 bool allowIsolated = false,
46 publish(allowIsolated, dumpFlags);
H A DLazyServiceRegistrar.h49 bool allowIsolated = false,
H A DIServiceManager.h76 bool allowIsolated = false,
/aosp12/frameworks/base/core/java/android/os/
H A 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()
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java425 boolean allowIsolated) { in publishBinderService() argument
426 publishBinderService(name, service, allowIsolated, DUMP_FLAG_PRIORITY_DEFAULT); in publishBinderService()
441 boolean allowIsolated, int dumpPriority) { in publishBinderService() argument
442 ServiceManager.addService(name, service, allowIsolated, dumpPriority); in publishBinderService()
/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.h40 bool allowIsolated, int32_t dumpPriority) override;
64 bool allowIsolated; member
H A DServiceManager.cpp203 if (!service->allowIsolated) { in tryGetService()
246 …::addService(const std::string& name, const sp<IBinder>& binder, bool allowIsolated, int32_t dumpP… in addService() argument
284 .allowIsolated = allowIsolated, in addService()
/aosp12/frameworks/native/libs/fakeservicemanager/
H A DServiceManager.h39 bool allowIsolated = false,
/aosp12/frameworks/native/libs/binder/aidl/android/os/
H A DIServiceManager.aidl78 boolean allowIsolated, int dumpPriority); in addService() argument