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

  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 48 public static final int SAMPLE_RATE_NONE = 0;
122 return (mSampleRate != SAMPLE_RATE_NONE) &&
146 if (mSampleRate == SAMPLE_RATE_NONE) {
316 * {@link android.bluetooth.BluetoothCodecConfig#SAMPLE_RATE_NONE} or
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 219 mA2dpSourceCodecPrioritySbc, BluetoothCodecConfig.SAMPLE_RATE_NONE,
225 mA2dpSourceCodecPriorityAac, BluetoothCodecConfig.SAMPLE_RATE_NONE,
231 mA2dpSourceCodecPriorityAptx, BluetoothCodecConfig.SAMPLE_RATE_NONE,
237 mA2dpSourceCodecPriorityAptxHd, BluetoothCodecConfig.SAMPLE_RATE_NONE,
243 mA2dpSourceCodecPriorityLdac, BluetoothCodecConfig.SAMPLE_RATE_NONE,
    [all...]
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
A2dpReceiver.java 197 int sampleRate = BluetoothCodecConfig.SAMPLE_RATE_NONE;
320 || sampleRate == BluetoothCodecConfig.SAMPLE_RATE_NONE
  /packages/apps/Settings/src/com/android/settings/development/
DevelopmentSettings.java     [all...]

Completed in 109 milliseconds