/aosp12/frameworks/base/core/java/android/os/ |
H A D | ServiceManager.java | 165 public static void addService(String name, IBinder service) { in addService() method in ServiceManager 179 public static void addService(String name, IBinder service, boolean allowIsolated) { in addService() method in ServiceManager 194 public static void addService(String name, IBinder service, boolean allowIsolated, in addService() method in ServiceManager
|
H A D | ServiceManagerNative.java | 70 public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority) in addService() method in ServiceManagerProxy
|
/aosp12/hardware/interfaces/security/keymint/aidl/default/ |
H A D | service.cpp | 36 std::shared_ptr<T> addService(Args&&... args) { in addService() function
|
/aosp12/frameworks/base/core/java/com/android/server/ |
H A D | LocalServices.java | 54 public static <T> void addService(Class<T> type, T service) { in addService() method in LocalServices
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
H A D | ShadowServiceManagerExtend.java | 45 public static void addService(String name, Class<? extends IInterface> classService, in addService() method in ShadowServiceManagerExtend
|
/aosp12/system/core/trusty/keymaster/keymint/ |
H A D | service.cpp | 33 std::shared_ptr<T> addService(Args&&... args) { in addService() function
|
/aosp12/frameworks/layoutlib/bridge/src/android/os/ |
H A D | ServiceManager.java | 47 public static void addService(String name, IBinder service) { in addService() method in ServiceManager
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarLocalServices.java | 62 public static <T> void addService(Class<T> type, T service) { in addService() method in CarLocalServices
|
/aosp12/frameworks/native/libs/fakeservicemanager/ |
H A D | ServiceManager.cpp | 36 status_t ServiceManager::addService(const String16& name, const sp<IBinder>& service, in addService() function in android::ServiceManager
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | VibratorManagerServiceTest.java | 217 void addService(String name, IBinder service) { in createService() method in VibratorManagerServiceTest
|
/aosp12/frameworks/native/libs/binder/aidl/android/os/ |
H A D | IServiceManager.aidl | 77 void addService(@utf8InCpp String name, IBinder service, in addService() method
|
/aosp12/frameworks/native/libs/binder/ndk/tests/ |
H A D | iface.cpp | 144 binder_status_t IFoo::addService(const char* instance) { in addService() function in IFoo
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattService.java | 235 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattService
|
H A D | BluetoothGattServer.java | 760 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattServer
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/ |
H A D | ProcStatsEntry.java | 263 public void addService(ServiceState svc) { in addService() method in ProcStatsEntry
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | HandleMap.java | 100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() method in HandleMap
|
H A D | GattService.java | 900 public void addService( in addService() method in GattService.BluetoothGattBinder 3559 void addService( in addService() method in GattService
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IServiceManager.cpp | 269 status_t ServiceManagerShim::addService(const String16& name, const sp<IBinder>& service, in addService() function in android::ServiceManagerShim
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | ContextFixture.java | 791 public void addService(String action, ComponentName name, String packageName, in addService() method in ContextFixture 796 public void addService(String action, ComponentName name, String packageName, in addService() method in ContextFixture
|
/aosp12/frameworks/native/cmds/servicemanager/ |
H A D | ServiceManager.cpp | 246 Status ServiceManager::addService(const std::string& name, const sp<IBinder>& binder, bool allowIso… in addService() function in android::ServiceManager
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ParsingPackageImpl.java | 757 public ParsingPackageImpl addService(ParsedService parsedService) { in addService() method in ParsingPackageImpl
|
H A D | ParsingPackage.java | 96 ParsingPackage addService(ParsedService parsedService); in addService() method
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGatt.aidl | 159 …void addService(in int serverIf, in BluetoothGattService service, in AttributionSource attribution… in addService() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorManagerService.java | 975 void addService(String name, IBinder service) { in addService() method in VibratorManagerService.Injector
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ComponentResolver.java | 1992 void addService(ParsedService s) { in addService() method in ComponentResolver.ServiceIntentResolver
|