Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecStatusTest.java40 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
48 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
56 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
66 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
76 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
86 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
96 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
106 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
116 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
125 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
[all …]
DBluetoothCodecConfigTest.java56 BluetoothCodecConfig.BITS_PER_SAMPLE_16,
233 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_equals()
241 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_equals()
250 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_equals()
259 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_equals()
268 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_equals()
286 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_equals()
295 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_equals()
304 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_equals()
313 BluetoothCodecConfig.BITS_PER_SAMPLE_16, in testBluetoothCodecConfig_equals()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java133 BITS_PER_SAMPLE_16,
144 public static final int BITS_PER_SAMPLE_16 = 0x1 << 0; field in BluetoothCodecConfig
297 if ((mBitsPerSample & BITS_PER_SAMPLE_16) != 0) { in toString()