Searched refs:BITS_PER_SAMPLE_32 (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfigTest.java | 131 | BluetoothCodecConfig.BITS_PER_SAMPLE_32, 195 BluetoothCodecConfig.BITS_PER_SAMPLE_32, 457 BluetoothCodecConfig.BITS_PER_SAMPLE_32, in testSetCodecPreference_parametersChangedInSameCodec() 465 BluetoothCodecConfig.BITS_PER_SAMPLE_32, in testSetCodecPreference_parametersChangedInSameCodec() 488 BluetoothCodecConfig.BITS_PER_SAMPLE_32, in testSetCodecPreference_parametersChangedInSameCodec() 502 BluetoothCodecConfig.BITS_PER_SAMPLE_32, in testSetCodecPreference_parametersChangedInSameCodec() 511 BluetoothCodecConfig.BITS_PER_SAMPLE_32, in testSetCodecPreference_parametersChangedInSameCodec() 525 BluetoothCodecConfig.BITS_PER_SAMPLE_32, in testSetCodecPreference_parametersChangedInSameCodec() 534 BluetoothCodecConfig.BITS_PER_SAMPLE_32, in testSetCodecPreference_parametersChangedInSameCodec() 548 BluetoothCodecConfig.BITS_PER_SAMPLE_32, in testSetCodecPreference_parametersChangedInSameCodec() [all …]
|
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 235 | BluetoothCodecConfig.BITS_PER_SAMPLE_32, 253 | BluetoothCodecConfig.BITS_PER_SAMPLE_32, 271 | BluetoothCodecConfig.BITS_PER_SAMPLE_32, 441 | BluetoothCodecConfig.BITS_PER_SAMPLE_32, 459 | BluetoothCodecConfig.BITS_PER_SAMPLE_32, 477 | BluetoothCodecConfig.BITS_PER_SAMPLE_32,
|
D | BluetoothCodecConfigTest.java | 66 BluetoothCodecConfig.BITS_PER_SAMPLE_32,
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothBitPerSampleDialogPreferenceController.java | 75 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_32; in writeConfigurationValues() 118 case BluetoothCodecConfig.BITS_PER_SAMPLE_32: in convertCfgToBtnIndex()
|
D | AbstractBluetoothDialogPreferenceController.java | 57 protected static final int[] BITS_PER_SAMPLES = {BluetoothCodecConfig.BITS_PER_SAMPLE_32,
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 189 BITS_PER_SAMPLE_32 204 public static final int BITS_PER_SAMPLE_32 = 0x1 << 2; field in BluetoothCodecConfig 435 if ((mBitsPerSample & BITS_PER_SAMPLE_32) != 0) { in toString()
|
D | BluetoothLeAudioCodecConfig.java | 156 BITS_PER_SAMPLE_32 171 public static final int BITS_PER_SAMPLE_32 = 0x01 << 3; field in BluetoothLeAudioCodecConfig
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
D | BluetoothBitPerSampleDialogPreferenceControllerTest.java | 125 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_32); in writeConfigurationValues_checkBitsPerSample()
|
D | BluetoothCodecListPreferenceControllerTest.java | 135 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_32) in setup()
|
D | BluetoothCodecDialogPreferenceControllerTest.java | 101 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_32) in setup()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 440 field public static final int BITS_PER_SAMPLE_32 = 4; // 0x4 968 field public static final int BITS_PER_SAMPLE_32 = 8; // 0x8
|