Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java175 private final @ChannelMode int mChannelMode; field in BluetoothCodecConfig
191 mChannelMode = channelMode; in BluetoothCodecConfig()
219 && other.mChannelMode == mChannelMode in equals()
308 if (mChannelMode == CHANNEL_MODE_NONE) { in toString()
311 if ((mChannelMode & CHANNEL_MODE_MONO) != 0) { in toString()
382 out.writeInt(mChannelMode); in writeToParcel()
504 return mChannelMode; in getChannelMode()
588 return hasSingleBit(mChannelMode); in hasSingleChannelMode()
601 && other.mChannelMode == mChannelMode); in sameAudioFeedingParameters()
626 int channelMode = other.mChannelMode; in similarCodecFeedingParameters()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DBluetoothA2dpConfigStore.java31 private int mChannelMode = BluetoothCodecConfig.CHANNEL_MODE_NONE; field in BluetoothA2dpConfigStore
54 mChannelMode = channelMode; in setChannelMode()
76 mChannelMode, mCodecSpecific1Value, in createCodecConfig()
/aosp12/frameworks/av/media/extractors/mp4/
H A DAC4Parser.cpp130 if (mPresentations[presentationID].mChannelMode == -1 && in parseSubstreamDSI()
132 mPresentations[presentationID].mChannelMode = channel_mode; in parseSubstreamDSI()
392 mPresentations[presentation].mChannelMode = dsi_presentation_ch_mode; in parse()
615 if (mPresentations[presentation].mChannelMode == -1) { in parse()
H A DAC4Parser.h36 int32_t mChannelMode = -1; member
H A DMPEG4Extractor.cpp3289 switch (presentation.mChannelMode) { in parseAC4SpecificBox()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java241 private int mChannelMode = 0; field in InformationElementUtil.VhtOperation
259 if (mChannelMode == 0) { in getChannelWidth()
280 if (mCenterFreqIndex1 == 0 || mChannelMode == 0) { in getCenterFreq0()
295 if (mCenterFreqIndex2 == 0 || mChannelMode == 0) { in getCenterFreq1()
314 mChannelMode = ie.bytes[0] & Constants.BYTE_MASK; in from()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10067 Landroid/bluetooth/BluetoothCodecConfig;->mChannelMode:I