Home
last modified time | relevance | path

Searched refs:a2dpService (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java253 A2dpService a2dpService = A2dpService.getA2dpService(); in processInitProfilePriorities() local
276 if ((a2dpService != null) && in processInitProfilePriorities()
279 (a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){ in processInitProfilePriorities()
280 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON); in processInitProfilePriorities()
1749 A2dpService a2dpService = A2dpService.getA2dpService(); in processConnectOtherProfiles() local
1752 if ((hsService == null) ||(a2dpService == null )){ in processConnectOtherProfiles()
1755 List<BluetoothDevice> a2dpConnDevList= a2dpService.getConnectedDevices(); in processConnectOtherProfiles()
1771 (a2dpService.getPriority(device) >= BluetoothProfile.PRIORITY_ON)){ in processConnectOtherProfiles()
1772 a2dpService.connect(device); in processConnectOtherProfiles()
1786 private void adjustOtherSinkPriorities(A2dpService a2dpService, in adjustOtherSinkPriorities() argument
[all …]
DBondStateMachine.java447 A2dpService a2dpService = A2dpService.getA2dpService(); in clearProfilePriority() local
452 if(a2dpService != null) in clearProfilePriority()
453 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED); in clearProfilePriority()
458 if(a2dpService != null) in clearProfilePriority()
459 a2dpService.resetAvrcpBlacklist(device); in clearProfilePriority()