Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecStatusTest.java187 BluetoothCodecConfig.BITS_PER_SAMPLE_32,
201 BluetoothCodecConfig.BITS_PER_SAMPLE_32,
215 BluetoothCodecConfig.BITS_PER_SAMPLE_32,
334 BluetoothCodecConfig.BITS_PER_SAMPLE_32,
348 BluetoothCodecConfig.BITS_PER_SAMPLE_32,
362 BluetoothCodecConfig.BITS_PER_SAMPLE_32,
DBluetoothCodecConfigTest.java58 BluetoothCodecConfig.BITS_PER_SAMPLE_32,
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java81 public static final int BITS_PER_SAMPLE_32 = 0x1 << 2; field in BluetoothCodecConfig
215 if ((mBitsPerSample & BITS_PER_SAMPLE_32) != 0) { in toString()