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

  /packages/apps/Settings/src/com/android/settings/development/
BluetoothA2dpConfigStore.java 31 private int mChannelMode = BluetoothCodecConfig.CHANNEL_MODE_NONE;
54 mChannelMode = channelMode;
76 mChannelMode, mCodecSpecific1Value,
  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 69 private final int mChannelMode;
84 mChannelMode = channelMode;
99 && other.mChannelMode == mChannelMode
111 mBitsPerSample, mChannelMode, mCodecSpecific1,
123 && (mChannelMode != CHANNEL_MODE_NONE);
181 if (mChannelMode == CHANNEL_MODE_NONE) {
184 if ((mChannelMode & CHANNEL_MODE_MONO) != 0) {
187 if ((mChannelMode & CHANNEL_MODE_STEREO) != 0) {
198 + ",mChannelMode:" + String.format("0x%x", mChannelMode
    [all...]

Completed in 121 milliseconds