Searched defs:svc (Results 1 - 14 of 14) sorted by path

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java225 BluetoothA2dpBinder(A2dpService svc) { argument
226 mService = svc;
H A DA2dpSinkService.java168 BluetoothA2dpSinkBinder(A2dpSinkService svc) { argument
169 mService = svc;
H A DA2dpSinkStateMachine.java117 private A2dpSinkStateMachine(A2dpSinkService svc, Context context) { argument
119 mService = svc;
143 static A2dpSinkStateMachine make(A2dpSinkService svc, Context context) { argument
145 A2dpSinkStateMachine a2dpSm = new A2dpSinkStateMachine(svc, context);
H A DA2dpStateMachine.java113 private A2dpStateMachine(A2dpService svc, Context context) { argument
115 mService = svc;
140 static A2dpStateMachine make(A2dpService svc, Context context) { argument
142 A2dpStateMachine a2dpSm = new A2dpStateMachine(svc, context);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java185 BluetoothAvrcpControllerBinder(AvrcpControllerService svc) { argument
186 mService = svc;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java592 public AdapterServiceBinder(AdapterService svc) { argument
593 mService = svc;
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattDebugUtils.java78 static boolean handleDebugAction(GattService svc, Intent intent) { argument
89 svc.mClientMap.dump();
92 svc.mServerMap.dump();
95 svc.mHandleMap.dump();
106 svc.gattTestCommand( 0x01, null,null, bEnable ? 1 : 0, 0,0,0,0);
112 svc.gattTestCommand( 0x02, null, address, type, addr_type, 0,0,0);
115 svc.gattTestCommand( 0x03, null, null, 0,0,0,0,0);
122 svc.gattTestCommand( 0x04, uuid, null, type, shdl, ehdl, 0,0);
130 svc.gattTestCommand( 0xF0, null, null, auth_req, io_cap, init_key,
H A DGattService.java262 public BluetoothGattBinder(GattService svc) { argument
263 mService = svc;
2015 SearchQueue.Entry svc = mSearchQueue.pop();
2017 if (svc.charUuidLsb == 0) {
2019 gattClientGetCharacteristicNative(svc.connId, svc.srvcType,
2020 svc.srvcInstId, svc.srvcUuidLsb, svc.srvcUuidMsb, 0, 0, 0);
2023 gattClientGetDescriptorNative(svc
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java322 public BluetoothHealthBinder(HealthService svc) { argument
323 mService = svc;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java123 public BluetoothHeadsetBinder(HeadsetService svc) { argument
124 mService = svc;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java125 public BluetoothHeadsetClientBinder(HeadsetClientService svc) { argument
126 mService = svc;
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java297 public BluetoothInputDeviceBinder(HidService svc) { argument
298 mService = svc;
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java197 public BluetoothPanBinder(PanService svc) { argument
198 mService = svc;
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsEntry.java266 public void addService(ProcessStats.ServiceState svc) { argument
267 ArrayList<Service> services = mServices.get(svc.mPackage);
270 mServices.put(svc.mPackage, services);
272 services.add(new Service(svc));

Completed in 213 milliseconds