HomeSort by relevance Sort by last modified time
    Searched defs:BITS_PER_SAMPLE_16 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 57 public static final int BITS_PER_SAMPLE_16 = 0x1 << 0;
170 if ((mBitsPerSample & BITS_PER_SAMPLE_16) != 0) {
335 * {@link android.bluetooth.BluetoothCodecConfig#BITS_PER_SAMPLE_16} or
  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 92 BITS_PER_SAMPLE_16 = 0x1 << 0
359 self.BITS_PER_SAMPLE_16,
394 self.BITS_PER_SAMPLE_16,
431 self.CODEC_SBC, self.SAMPLE_RATE_44100, self.BITS_PER_SAMPLE_16,
454 self.CODEC_SBC, self.SAMPLE_RATE_44100, self.BITS_PER_SAMPLE_16,
477 self.CODEC_AAC, self.SAMPLE_RATE_44100, self.BITS_PER_SAMPLE_16,
500 self.CODEC_AAC, self.SAMPLE_RATE_44100, self.BITS_PER_SAMPLE_16,
523 self.CODEC_AAC, self.SAMPLE_RATE_48000, self.BITS_PER_SAMPLE_16,
546 self.CODEC_AAC, self.SAMPLE_RATE_48000, self.BITS_PER_SAMPLE_16,
569 self.CODEC_APTX, self.SAMPLE_RATE_44100, self.BITS_PER_SAMPLE_16,
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 67 milliseconds