/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 77 BluetoothCodecConfig.SAMPLE_RATE_44100 | BluetoothCodecConfig.SAMPLE_RATE_48000, 90 BluetoothCodecConfig.SAMPLE_RATE_44100 | BluetoothCodecConfig.SAMPLE_RATE_48000, 103 BluetoothCodecConfig.SAMPLE_RATE_44100 | BluetoothCodecConfig.SAMPLE_RATE_48000, 115 BluetoothCodecConfig.SAMPLE_RATE_44100 | BluetoothCodecConfig.SAMPLE_RATE_48000, 128 BluetoothCodecConfig.SAMPLE_RATE_44100 | BluetoothCodecConfig.SAMPLE_RATE_48000, 141 BluetoothCodecConfig.SAMPLE_RATE_44100 | BluetoothCodecConfig.SAMPLE_RATE_48000, 153 BluetoothCodecConfig.SAMPLE_RATE_44100 | BluetoothCodecConfig.SAMPLE_RATE_48000, 166 BluetoothCodecConfig.SAMPLE_RATE_44100 | BluetoothCodecConfig.SAMPLE_RATE_48000, 179 BluetoothCodecConfig.SAMPLE_RATE_44100 | BluetoothCodecConfig.SAMPLE_RATE_48000, 191 BluetoothCodecConfig.SAMPLE_RATE_44100 | BluetoothCodecConfig.SAMPLE_RATE_48000, [all …]
|
D | BluetoothCodecConfigTest.java | 55 BluetoothCodecConfig.SAMPLE_RATE_48000, 381 BluetoothCodecConfig.SAMPLE_RATE_48000, in testBluetoothCodecConfig_different_sample_rate()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
D | BluetoothSampleRateDialogPreferenceControllerTest.java | 92 .setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_48000 in setup() 127 verify(mBluetoothA2dpConfigStore).setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_48000); in writeConfigurationValues_checkSampleRate() 156 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.SAMPLE_RATE_48000)); in getSelectableIndex_verifyList()
|
D | BluetoothQualityDialogPreferenceControllerTest.java | 89 .setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_48000 in setup()
|
D | BluetoothCodecListPreferenceControllerTest.java | 145 BluetoothCodecConfig.SAMPLE_RATE_48000 in setup()
|
D | BluetoothCodecDialogPreferenceControllerTest.java | 108 .setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_48000 in setup()
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothSampleRateDialogPreferenceController.java | 72 sampleRateValue = BluetoothCodecConfig.SAMPLE_RATE_48000; in writeConfigurationValues() 118 case BluetoothCodecConfig.SAMPLE_RATE_48000: in convertCfgToBtnIndex()
|
D | AbstractBluetoothDialogPreferenceController.java | 55 BluetoothCodecConfig.SAMPLE_RATE_48000,
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeAudioCodecConfigMetadata.java | 27 import static android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_48000; 399 && sampleRate != SAMPLE_RATE_48000) { in setSampleRate() 540 return SAMPLE_RATE_48000; in convertToSampleRateBitset() 576 case SAMPLE_RATE_48000: in convertToSamplingFrequencyValue()
|
D | BluetoothLeAudioCodecConfig.java | 85 SAMPLE_RATE_48000, 126 public static final int SAMPLE_RATE_48000 = 0x01 << 7; field in BluetoothLeAudioCodecConfig 328 case SAMPLE_RATE_48000: in sampleRateToString()
|
D | BluetoothCodecConfig.java | 152 SAMPLE_RATE_48000, 168 public static final int SAMPLE_RATE_48000 = 0x1 << 1; field in BluetoothCodecConfig 409 if ((mSampleRate & SAMPLE_RATE_48000) != 0) { in toString()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfigTest.java | 104 | BluetoothCodecConfig.SAMPLE_RATE_48000, 115 | BluetoothCodecConfig.SAMPLE_RATE_48000, 126 | BluetoothCodecConfig.SAMPLE_RATE_48000 140 BluetoothCodecConfig.SAMPLE_RATE_48000, 174 BluetoothCodecConfig.SAMPLE_RATE_48000, 184 BluetoothCodecConfig.SAMPLE_RATE_48000, 204 BluetoothCodecConfig.SAMPLE_RATE_48000,
|
D | A2dpStateMachineTest.java | 105 .setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_48000) in setUp() 118 .setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_48000) in setUp()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | AbstractBluetoothA2dpPreferenceControllerTest.java | 107 BluetoothCodecConfig.SAMPLE_RATE_48000); in updateState_option2Set_shouldUpdateToOption2()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioBroadcastServiceTest.java | 121 .setSampleRate(BluetoothLeAudioCodecConfig.SAMPLE_RATE_48000)
|
D | LeAudioServiceTest.java | 154 .setSampleRate(BluetoothLeAudioCodecConfig.SAMPLE_RATE_48000) 161 BluetoothLeAudioCodecConfig.SAMPLE_RATE_48000
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 452 field public static final int SAMPLE_RATE_48000 = 2; // 0x2 989 field public static final int SAMPLE_RATE_48000 = 128; // 0x80
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 148 .setSampleRate(BluetoothLeAudioCodecConfig.SAMPLE_RATE_48000)
|