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

  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 84 SAMPLE_RATE_96000 = 0x1 << 3
802 self.CODEC_LDAC, self.SAMPLE_RATE_96000, self.BITS_PER_SAMPLE_16,
825 self.CODEC_LDAC, self.SAMPLE_RATE_96000, self.BITS_PER_SAMPLE_16,
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 52 public static final int SAMPLE_RATE_96000 = 0x1 << 3;
158 if ((mSampleRate & SAMPLE_RATE_96000) != 0) {
320 * {@link android.bluetooth.BluetoothCodecConfig#SAMPLE_RATE_96000} or
  /packages/apps/Settings/src/com/android/settings/development/
DevelopmentSettings.java     [all...]

Completed in 1749 milliseconds