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

  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 49 public static final int SAMPLE_RATE_44100 = 0x1 << 0;
147 if ((mSampleRate & SAMPLE_RATE_44100) != 0) {
318 * {@link android.bluetooth.BluetoothCodecConfig#SAMPLE_RATE_44100} or
  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 86 SAMPLE_RATE_44100 = 0x1 << 0
358 self.SAMPLE_RATE_44100,
393 self.SAMPLE_RATE_44100,
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,
569 self.CODEC_APTX, self.SAMPLE_RATE_44100, self.BITS_PER_SAMPLE_16,
592 self.CODEC_APTX, self.SAMPLE_RATE_44100, self.BITS_PER_SAMPLE_16,
661 self.CODEC_APTX_HD, self.SAMPLE_RATE_44100,
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 150 milliseconds