Searched refs:addService (Results 1 - 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | ServiceDeclaration.java | 72 void addService(UUID uuid, int serviceType, int instance, int minHandles) { method in class:ServiceDeclaration
|
H A D | HandleMap.java | 89 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance) { method in class:HandleMap
|
H A D | GattService.java | 1123 mHandleMap.addService(serverIf, srvcHandle, uuid, srvcType, srvcInstId); 1359 serviceDeclaration.addService(srvcUuid, srvcType, srvcInstanceId, minHandles);
|
/packages/experimental/RpcPerformance/ |
H A D | rpcperftest.cpp | 54 status_t status = sm->addService(name, new BnInterface<ITestService>());
|
/packages/apps/Phone/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 245 ServiceManager.addService("phone", this);
|
/packages/apps/Nfc/src/com/android/nfc/ |
H A D | NfcService.java | 417 ServiceManager.addService(SERVICE_NAME, mNfcAdapter);
|
Completed in 118 milliseconds