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

  /packages/apps/Settings/src/com/android/settings/development/
BluetoothA2dpConfigStore.java 28 private int mCodecPriority = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
42 mCodecPriority = codecPriority;
74 return new BluetoothCodecConfig(mCodecType, mCodecPriority,
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.h 125 uint32_t mCodecPriority;
  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 66 private int mCodecPriority;
81 mCodecPriority = codecPriority;
96 && other.mCodecPriority == mCodecPriority
110 return Objects.hash(mCodecType, mCodecPriority, mSampleRate,
193 + ",mCodecPriority:" + mCodecPriority
238 out.writeInt(mCodecPriority);
300 return mCodecPriority;
311 mCodecPriority = codecPriority
    [all...]

Completed in 77 milliseconds