Searched defs:codecType (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_a2dp.cpp | 200 jint codecType = env->CallIntMethod( local 220 .codec_type = static_cast<btav_a2dp_codec_index_t>(codecType),
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | A2dpReceiver.java | 196 int codecType = BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID; 271 codecType = Integer.valueOf(tmpStr); 319 if (codecType == BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID 330 if (!setCodecValue(codecType, sampleRate, bitsPerSample, channelMode, 433 * @param codecType - Codec Type 441 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample, argument 444 Log.d(TAG, "SetCodecValue: Codec Type: " + codecType + " sampleRate: " + sampleRate 449 new BluetoothCodecConfig(codecType, BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST, 476 if (verifyCodeConfig(codecType, sampleRate, 486 if (!verifyCodeConfig(codecType, sampleRat 502 verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, int channelMode, long codecSpecific1) argument [all...] |
Completed in 82 milliseconds