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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java196 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...]
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp200 jint codecType = env->CallIntMethod( local
220 .codec_type = static_cast<btav_a2dp_codec_index_t>(codecType),

Completed in 168 milliseconds