Home
last modified time | relevance | path

Searched refs:SAMPLE_RATE_48000 (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java77 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 …]
DBluetoothCodecConfigTest.java55 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/
DBluetoothSampleRateDialogPreferenceControllerTest.java92 .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()
DBluetoothQualityDialogPreferenceControllerTest.java89 .setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_48000 in setup()
DBluetoothCodecListPreferenceControllerTest.java145 BluetoothCodecConfig.SAMPLE_RATE_48000 in setup()
DBluetoothCodecDialogPreferenceControllerTest.java108 .setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_48000 in setup()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothSampleRateDialogPreferenceController.java72 sampleRateValue = BluetoothCodecConfig.SAMPLE_RATE_48000; in writeConfigurationValues()
118 case BluetoothCodecConfig.SAMPLE_RATE_48000: in convertCfgToBtnIndex()
DAbstractBluetoothDialogPreferenceController.java55 BluetoothCodecConfig.SAMPLE_RATE_48000,
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecConfigMetadata.java27 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()
DBluetoothLeAudioCodecConfig.java85 SAMPLE_RATE_48000,
126 public static final int SAMPLE_RATE_48000 = 0x01 << 7; field in BluetoothLeAudioCodecConfig
328 case SAMPLE_RATE_48000: in sampleRateToString()
DBluetoothCodecConfig.java152 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/
DA2dpCodecConfigTest.java104 | 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,
DA2dpStateMachineTest.java105 .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/
DAbstractBluetoothA2dpPreferenceControllerTest.java107 BluetoothCodecConfig.SAMPLE_RATE_48000); in updateState_option2Set_shouldUpdateToOption2()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java121 .setSampleRate(BluetoothLeAudioCodecConfig.SAMPLE_RATE_48000)
DLeAudioServiceTest.java154 .setSampleRate(BluetoothLeAudioCodecConfig.SAMPLE_RATE_48000)
161 BluetoothLeAudioCodecConfig.SAMPLE_RATE_48000
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt452 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/
DLeAudioService.java148 .setSampleRate(BluetoothLeAudioCodecConfig.SAMPLE_RATE_48000)