Home
last modified time | relevance | path

Searched refs:BluetoothA2dp (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothA2dpWrapperImpl.java19 import android.bluetooth.BluetoothA2dp;
27 public BluetoothA2dpWrapper getInstance(BluetoothA2dp service) { in getInstance()
32 private BluetoothA2dp mService;
34 public BluetoothA2dpWrapperImpl(BluetoothA2dp service) { in BluetoothA2dpWrapperImpl()
39 public BluetoothA2dp getService() { in getService()
DBluetoothA2dpWrapper.java19 import android.bluetooth.BluetoothA2dp;
31 BluetoothA2dpWrapper getInstance(BluetoothA2dp service); in getInstance()
37 BluetoothA2dp getService(); in getService()
DA2dpProfile.java19 import android.bluetooth.BluetoothA2dp;
44 private BluetoothA2dp mService;
69 mService = (BluetoothA2dp) proxy; in onServiceConnected()
194 return support == BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED; in supportsHighQualityAudio()
199 if (enabled != BluetoothA2dp.OPTIONAL_CODECS_PREF_UNKNOWN) { in isHighQualityAudioEnabled()
200 return enabled == BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED; in isHighQualityAudioEnabled()
221 ? BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED in setHighQualityAudioEnabled()
222 : BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED; in setHighQualityAudioEnabled()
DLocalBluetoothProfileManager.java19 import android.bluetooth.BluetoothA2dp;
164 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java18 import android.bluetooth.BluetoothA2dp;
56 @Mock BluetoothA2dp mBluetoothA2dp;
82 BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED); in supportsHighQualityAudio()
86 BluetoothA2dp.OPTIONAL_CODECS_NOT_SUPPORTED); in supportsHighQualityAudio()
90 BluetoothA2dp.OPTIONAL_CODECS_SUPPORT_UNKNOWN); in supportsHighQualityAudio()
97 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in isHighQualityAudioEnabled()
101 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED); in isHighQualityAudioEnabled()
109 BluetoothA2dp.OPTIONAL_CODECS_PREF_UNKNOWN); in isHighQualityAudioEnabled()
114 BluetoothA2dp.OPTIONAL_CODECS_NOT_SUPPORTED); in isHighQualityAudioEnabled()
118 BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED); in isHighQualityAudioEnabled()
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/
Dpolicy_criteria.txt2 …set DgtlDockHeadset UsbAccessory UsbDevice FmTuner TvTuner Line Spdif BluetoothA2dp Loopback Ip Bu…
3 …et WiredHeadphone BluetoothSco BluetoothScoHeadset BluetoothScoCarkit BluetoothA2dp BluetoothA2dpH…
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/config/
Daudio_policy_criteria.conf51 …et,WiredHeadphone,BluetoothSco,BluetoothScoHeadset,BluetoothScoCarkit,BluetoothA2dp,BluetoothA2dpH…
58 …DockHeadset,DgtlDockHeadset,UsbAccessory,UsbDevice,FmTuner,TvTune,Line,Spdif,BluetoothA2dp,Loopback
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java52 public final class BluetoothA2dp implements BluetoothProfile { class
212 /*package*/ BluetoothA2dp(Context context, ServiceListener l) { in BluetoothA2dp() method in BluetoothA2dp
750 if (value != BluetoothA2dp.OPTIONAL_CODECS_PREF_UNKNOWN && in setOptionalCodecsEnabled()
751 value != BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED && in setOptionalCodecsEnabled()
752 value != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in setOptionalCodecsEnabled()
807 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, BluetoothA2dp.this);
DBluetoothAdapter.java2028 BluetoothA2dp a2dp = new BluetoothA2dp(context, listener); in getProfileProxy()
2088 BluetoothA2dp a2dp = (BluetoothA2dp)proxy; in closeProfileProxy()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Ddevice_for_strategy_enforced_audible.pfw34 AvailableOutputDevices Excludes BluetoothA2dp
84 conf: BluetoothA2dp
85 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_rerouting.pfw43 conf: BluetoothA2dp
45 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_media.pfw38 conf: BluetoothA2dp
41 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_phone.pfw89 conf: BluetoothA2dp
94 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_sonification.pfw53 conf: BluetoothA2dp
57 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_accessibility.pfw51 conf: BluetoothA2dp
58 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_sonification_respectful.pfw74 conf: BluetoothA2dp
82 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_strategy_dtmf.pfw43 conf: BluetoothA2dp
50 AvailableOutputDevices Includes BluetoothA2dp
Ddevice_for_input_source.pfw249 AvailableInputDevices Includes BluetoothA2dp
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java225 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
320 mA2dp = (BluetoothA2dp) proxy;
363 private BluetoothA2dp mA2dp = null;
935 assertTrue(((BluetoothA2dp)proxy).connect(device)); in connectProfile()
1010 assertTrue(((BluetoothA2dp)proxy).disconnect(device)); in disconnectProfile()
1405 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver()
/frameworks/base/services/
Dprofile-classes409 Landroid/bluetooth/BluetoothA2dp;
410 Landroid/bluetooth/BluetoothA2dp$1;
411 Landroid/bluetooth/BluetoothA2dp$2;
/frameworks/base/
Dcompiled-classes-phone690 android.bluetooth.BluetoothA2dp
691 android.bluetooth.BluetoothA2dp$1
692 android.bluetooth.BluetoothA2dp$2
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5794 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
/frameworks/base/api/
Dcurrent.txt7172 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
Dsystem-current.txt7643 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {