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

  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 91 BITS_PER_SAMPLE_24 = 0x1 << 1
636 self.BITS_PER_SAMPLE_24, self.cd_quality_music_file)
659 self.BITS_PER_SAMPLE_24, self.hi_res_music_file)
682 self.BITS_PER_SAMPLE_24, self.cd_quality_music_file)
705 self.BITS_PER_SAMPLE_24, self.hi_res_music_file)
911 self.CODEC_LDAC, self.SAMPLE_RATE_44100, self.BITS_PER_SAMPLE_24,
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 58 public static final int BITS_PER_SAMPLE_24 = 0x1 << 1;
175 if ((mBitsPerSample & BITS_PER_SAMPLE_24) != 0) {
335 * {@link android.bluetooth.BluetoothCodecConfig#BITS_PER_SAMPLE_24} or
  /packages/apps/Settings/src/com/android/settings/development/
DevelopmentSettings.java     [all...]

Completed in 153 milliseconds