Searched defs:channelMode (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java77 int channelMode, long codecSpecific1,
84 mChannelMode = channelMode;
219 final int channelMode = in.readInt();
226 channelMode, codecSpecific1,
75 BluetoothCodecConfig(int codecType, int codecPriority, int sampleRate, int bitsPerSample, int channelMode, long codecSpecific1, long codecSpecific2, long codecSpecific3, long codecSpecific4) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java189 public int channelMode = 0; field in class:InformationElementUtil.VhtOperation
194 return channelMode != 0;
198 return channelMode + 1;
207 if (channelMode > 1) { //160MHz
218 channelMode = ie.bytes[0] & Constants.BYTE_MASK;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2341 SLuint32 channelMode; member in struct:SLAudioEncoderSettings_
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2744 XAuint32 channelMode; member in struct:XAAudioEncoderSettings_

Completed in 145 milliseconds