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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpSinkService.java168 BluetoothA2dpSinkBinder(A2dpSinkService svc) { argument
169 mService = svc;
H A DA2dpService.java240 BluetoothA2dpBinder(A2dpService svc) { argument
241 mService = svc;
H A DA2dpStateMachine.java113 private A2dpStateMachine(A2dpService svc, Context context) { argument
115 mService = svc;
139 static A2dpStateMachine make(A2dpService svc, Context context) { argument
141 A2dpStateMachine a2dpSm = new A2dpStateMachine(svc, context);
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);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattDebugUtils.java71 static boolean handleDebugAction(GattService svc, Intent intent) { argument
86 svc.gattTestCommand( 0x01, null,null, bEnable ? 1 : 0, 0,0,0,0);
92 svc.gattTestCommand( 0x02, null, address, type, addr_type, 0,0,0);
95 svc.gattTestCommand( 0x03, null, null, 0,0,0,0,0);
102 svc.gattTestCommand( 0x04, uuid, null, type, shdl, ehdl, 0,0);
110 svc.gattTestCommand( 0xF0, null, null, auth_req, io_cap, init_key,
H A DGattService.java278 public BluetoothGattBinder(GattService svc) { argument
279 mService = svc;
2142 SearchQueue.Entry svc = mSearchQueue.pop();
2144 if (svc.charUuidLsb == 0) {
2146 gattClientGetCharacteristicNative(svc.connId, svc.srvcType,
2147 svc.srvcInstId, svc.srvcUuidLsb, svc.srvcUuidMsb, 0, 0, 0);
2150 gattClientGetDescriptorNative(svc
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java184 BluetoothAvrcpControllerBinder(AvrcpControllerService svc) { argument
185 mService = svc;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java125 public BluetoothHeadsetClientBinder(HeadsetClientService svc) { argument
126 mService = svc;
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsEntry.java254 public void addService(ProcessStats.ServiceState svc) { argument
255 ArrayList<Service> services = mServices.get(svc.mPackage);
258 mServices.put(svc.mPackage, services);
260 services.add(new Service(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/pan/
H A DPanService.java188 public BluetoothPanBinder(PanService svc) { argument
189 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/hdp/
H A DHealthService.java322 public BluetoothHealthBinder(HealthService svc) { argument
323 mService = svc;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java728 public AdapterServiceBinder(AdapterService svc) { argument
729 mService = svc;

Completed in 283 milliseconds