Home
last modified time | relevance | path

Searched defs:addService (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/os/
H A DServiceManager.java165 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 DServiceManagerNative.java70 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 Dservice.cpp36 std::shared_ptr<T> addService(Args&&... args) { in addService() function
/aosp12/frameworks/base/core/java/com/android/server/
H A DLocalServices.java54 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 DShadowServiceManagerExtend.java45 public static void addService(String name, Class<? extends IInterface> classService, in addService() method in ShadowServiceManagerExtend
/aosp12/system/core/trusty/keymaster/keymint/
H A Dservice.cpp33 std::shared_ptr<T> addService(Args&&... args) { in addService() function
/aosp12/frameworks/layoutlib/bridge/src/android/os/
H A DServiceManager.java47 public static void addService(String name, IBinder service) { in addService() method in ServiceManager
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarLocalServices.java62 public static <T> void addService(Class<T> type, T service) { in addService() method in CarLocalServices
/aosp12/frameworks/native/libs/fakeservicemanager/
H A DServiceManager.cpp36 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 DVibratorManagerServiceTest.java217 void addService(String name, IBinder service) { in createService() method in VibratorManagerServiceTest
/aosp12/frameworks/native/libs/binder/aidl/android/os/
H A DIServiceManager.aidl77 void addService(@utf8InCpp String name, IBinder service, in addService() method
/aosp12/frameworks/native/libs/binder/ndk/tests/
H A Diface.cpp144 binder_status_t IFoo::addService(const char* instance) { in addService() function in IFoo
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java235 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattService
H A DBluetoothGattServer.java760 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattServer
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsEntry.java263 public void addService(ServiceState svc) { in addService() method in ProcStatsEntry
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DHandleMap.java100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() method in HandleMap
H A DGattService.java900 public void addService( in addService() method in GattService.BluetoothGattBinder
3559 void addService( in addService() method in GattService
/aosp12/frameworks/native/libs/binder/
H A DIServiceManager.cpp269 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 DContextFixture.java791 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 DServiceManager.cpp246 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 DParsingPackageImpl.java757 public ParsingPackageImpl addService(ParsedService parsedService) { in addService() method in ParsingPackageImpl
H A DParsingPackage.java96 ParsingPackage addService(ParsedService parsedService); in addService() method
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGatt.aidl159 …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 DVibratorManagerService.java975 void addService(String name, IBinder service) { in addService() method in VibratorManagerService.Injector
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DComponentResolver.java1992 void addService(ParsedService s) { in addService() method in ComponentResolver.ServiceIntentResolver

12