Searched defs:channelMode (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_a2dp.cpp | 208 jint channelMode = env->CallIntMethod( local 227 static_cast<btav_a2dp_codec_channel_mode_t>(channelMode),
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | A2dpReceiver.java | 199 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...] |
Completed in 151 milliseconds