Searched refs:getCodecType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp36 jmethodID getCodecType; member in struct:android::__anon1
154 android_bluetooth_BluetoothCodecConfig.getCodecType =
155 env->GetMethodID(jniBluetoothCodecConfigClass, "getCodecType", "()I");
201 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecType);
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java509 if (codecConfig.getCodecType() == codecType
515 if (codecConfig.getCodecType() == codecType
/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java1901 switch (codecConfig.getCodecType()) {

Completed in 164 milliseconds