Searched defs:channelMode (Results 1 - 2 of 2) sorted by last modified time

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java199 int channelMode = BluetoothCodecConfig.CHANNEL_MODE_STEREO;
292 channelMode = Integer.valueOf(tmpStr);
330 if (!setCodecValue(codecType, sampleRate, bitsPerSample, channelMode,
442 int channelMode, long codecSpecific1, long codecSpecific2,
445 + " bitsPerSample: " + bitsPerSample + " Channel Mode: " + channelMode
450 sampleRate, bitsPerSample, channelMode,
477 bitsPerSample, channelMode, codecSpecific1)) {
487 bitsPerSample, channelMode, codecSpecific1)) {
503 int channelMode, long codecSpecific1) {
512 && codecConfig.getChannelMode() == channelMode
441 setCodecValue(int codecType, int sampleRate, int bitsPerSample, int channelMode, long codecSpecific1, long codecSpecific2, long codecSpecific3, long codecSpecific4) argument
502 verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, int channelMode, long codecSpecific1) argument
[all...]
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp208 jint channelMode = env->CallIntMethod( local
227 static_cast<btav_a2dp_codec_channel_mode_t>(channelMode),

Completed in 919 milliseconds