Home
last modified time | relevance | path

Searched refs:channelMode (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java184 @ChannelMode int channelMode, long codecSpecific1, in BluetoothCodecConfig() argument
191 mChannelMode = channelMode; in BluetoothCodecConfig()
351 final int channelMode = in.readInt();
358 channelMode, codecSpecific1,
626 int channelMode = other.mChannelMode; in similarCodecFeedingParameters() local
628 || channelMode == BluetoothCodecConfig.CHANNEL_MODE_NONE) { in similarCodecFeedingParameters()
629 channelMode = mChannelMode; in similarCodecFeedingParameters()
632 mCodecType, /* priority */ 0, sampleRate, bitsPerSample, channelMode, in similarCodecFeedingParameters()
DBluetoothCodecStatus.java120 int channelMode = codecConfig.getChannelMode(); in isCodecConfigSelectable() local
121 if ((channelMode & selectableConfig.getChannelMode()) == 0 in isCodecConfigSelectable()
122 && channelMode != BluetoothCodecConfig.CHANNEL_MODE_NONE) { in isCodecConfigSelectable()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2341 SLuint32 channelMode; member
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h2744 XAuint32 channelMode; member