Home
last modified time | relevance | path

Searched refs:mChannelMode (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java225 private final @ChannelMode int mChannelMode; field in BluetoothCodecConfig
296 mChannelMode = channelMode; in BluetoothCodecConfig()
333 mChannelMode = in.readInt(); in BluetoothCodecConfig()
348 && other.mChannelMode == mChannelMode in equals()
367 mChannelMode, in hashCode()
439 if (mChannelMode == CHANNEL_MODE_NONE) { in toString()
442 if ((mChannelMode & CHANNEL_MODE_MONO) != 0) { in toString()
445 if ((mChannelMode & CHANNEL_MODE_STEREO) != 0) { in toString()
459 + formatSimple("0x%x", mChannelMode) in toString()
503 out.writeInt(mChannelMode); in writeToParcel()
[all …]
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java33 private int mChannelMode = BluetoothCodecConfig.CHANNEL_MODE_NONE; field in BluetoothA2dpConfigStore
56 mChannelMode = channelMode; in setChannelMode()
82 .setChannelMode(mChannelMode) in createCodecConfig()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java554 private int mChannelMode = 0; field in InformationElementUtil.VhtOperation
572 if (mChannelMode == 0) { in getChannelWidth()
593 if (mCenterFreqIndex1 == 0 || mChannelMode == 0) { in getCenterFreq0()
608 if (mCenterFreqIndex2 == 0 || mChannelMode == 0) { in getCenterFreq1()
627 mChannelMode = ie.bytes[0] & Constants.BYTE_MASK; in from()