Home
last modified time | relevance | path

Searched refs:BITS_PER_SAMPLE_16 (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java41 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
53 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
65 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
78 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
91 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
104 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
116 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
129 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
142 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
154 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
[all …]
DBluetoothCodecConfigTest.java64 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
286 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_same()
298 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_same()
314 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_different_codec_type()
326 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_different_codec_type()
342 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_different_codec_priority()
354 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_different_codec_priority()
370 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_different_sample_rate()
382 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_different_sample_rate()
398 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_different_bits_per_sample()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java83 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
94 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
105 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
129 BluetoothCodecConfig.BITS_PER_SAMPLE_16
141 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
155 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
165 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
175 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
205 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
440 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testSetCodecPreference_parametersChangedInSameCodec()
[all …]
DA2dpStateMachineTest.java94 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16) in setUp()
106 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16) in setUp()
119 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16) in setUp()
DA2dpServiceTest.java552 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testProcessAudioStateChangedCodecConfigChangedEvents()
1224 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testUpdateOptionalCodecsSupportCase()
1235 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testUpdateOptionalCodecsSupportCase()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothBitPerSampleDialogPreferenceControllerTest.java91 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16 in setup()
119 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16); in writeConfigurationValues_checkBitsPerSample()
145 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.BITS_PER_SAMPLE_16)); in getSelectableIndex_verifyList()
DBluetoothCodecListPreferenceControllerTest.java148 BluetoothCodecConfig.BITS_PER_SAMPLE_16 in setup()
DBluetoothCodecDialogPreferenceControllerTest.java110 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16 in setup()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothBitPerSampleDialogPreferenceController.java69 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_16; in writeConfigurationValues()
112 case BluetoothCodecConfig.BITS_PER_SAMPLE_16: in convertCfgToBtnIndex()
DAbstractBluetoothDialogPreferenceController.java59 BluetoothCodecConfig.BITS_PER_SAMPLE_16};
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java187 BITS_PER_SAMPLE_16,
198 public static final int BITS_PER_SAMPLE_16 = 0x1 << 0; field in BluetoothCodecConfig
429 if ((mBitsPerSample & BITS_PER_SAMPLE_16) != 0) { in toString()
DBluetoothLeAudioCodecConfig.java154 BITS_PER_SAMPLE_16,
165 public static final int BITS_PER_SAMPLE_16 = 0x01 << 0; field in BluetoothLeAudioCodecConfig
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt438 field public static final int BITS_PER_SAMPLE_16 = 1; // 0x1
966 field public static final int BITS_PER_SAMPLE_16 = 1; // 0x1