Home
last modified time | relevance | path

Searched refs:BITS_PER_SAMPLE_24 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecStatusTest.java154 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
164 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
174 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
186 BluetoothCodecConfig.BITS_PER_SAMPLE_24 |
200 BluetoothCodecConfig.BITS_PER_SAMPLE_24 |
214 BluetoothCodecConfig.BITS_PER_SAMPLE_24 |
303 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
312 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
321 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
333 BluetoothCodecConfig.BITS_PER_SAMPLE_24 |
[all …]
DBluetoothCodecConfigTest.java57 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
277 BluetoothCodecConfig.BITS_PER_SAMPLE_24, in testBluetoothCodecConfig_equals()
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java117 BITS_PER_SAMPLE_24,
127 public static final int BITS_PER_SAMPLE_24 = 0x1 << 1; field in BluetoothCodecConfig
274 if ((mBitsPerSample & BITS_PER_SAMPLE_24) != 0) { in toString()