/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | BluetoothA2dpWrapperImpl.java | 19 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()
|
D | BluetoothA2dpWrapper.java | 19 import android.bluetooth.BluetoothA2dp; 31 BluetoothA2dpWrapper getInstance(BluetoothA2dp service); in getInstance() 37 BluetoothA2dp getService(); in getService()
|
D | A2dpProfile.java | 19 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()
|
D | LocalBluetoothProfileManager.java | 19 import android.bluetooth.BluetoothA2dp; 164 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | A2dpProfileTest.java | 18 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/ |
D | policy_criteria.txt | 2 …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/ |
D | audio_policy_criteria.conf | 51 …et,WiredHeadphone,BluetoothSco,BluetoothScoHeadset,BluetoothScoCarkit,BluetoothA2dp,BluetoothA2dpH… 58 …DockHeadset,DgtlDockHeadset,UsbAccessory,UsbDevice,FmTuner,TvTune,Line,Spdif,BluetoothA2dp,Loopback
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothA2dp.java | 52 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);
|
D | BluetoothAdapter.java | 2028 BluetoothA2dp a2dp = new BluetoothA2dp(context, listener); in getProfileProxy() 2088 BluetoothA2dp a2dp = (BluetoothA2dp)proxy; in closeProfileProxy()
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
D | device_for_strategy_enforced_audible.pfw | 34 AvailableOutputDevices Excludes BluetoothA2dp 84 conf: BluetoothA2dp 85 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_rerouting.pfw | 43 conf: BluetoothA2dp 45 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_media.pfw | 38 conf: BluetoothA2dp 41 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_phone.pfw | 89 conf: BluetoothA2dp 94 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_sonification.pfw | 53 conf: BluetoothA2dp 57 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_accessibility.pfw | 51 conf: BluetoothA2dp 58 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_sonification_respectful.pfw | 74 conf: BluetoothA2dp 82 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_strategy_dtmf.pfw | 43 conf: BluetoothA2dp 50 AvailableOutputDevices Includes BluetoothA2dp
|
D | device_for_input_source.pfw | 249 AvailableInputDevices Includes BluetoothA2dp
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 225 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/ |
D | profile-classes | 409 Landroid/bluetooth/BluetoothA2dp; 410 Landroid/bluetooth/BluetoothA2dp$1; 411 Landroid/bluetooth/BluetoothA2dp$2;
|
/frameworks/base/ |
D | compiled-classes-phone | 690 android.bluetooth.BluetoothA2dp 691 android.bluetooth.BluetoothA2dp$1 692 android.bluetooth.BluetoothA2dp$2
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5794 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
|
/frameworks/base/api/ |
D | current.txt | 7172 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
|
D | system-current.txt | 7643 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
|