Home
last modified time | relevance | path

Searched refs:currentCodecConfig (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothA2dpFacade.java274 BluetoothCodecConfig currentCodecConfig = currentCodecStatus.getCodecConfig(); in bluetoothA2dpSetCodecConfigPreference() local
275 if (isSelectableCodec(codecConfig, currentCodecConfig) in bluetoothA2dpSetCodecConfigPreference()
276 && codecConfig.getCodecSpecific1() == currentCodecConfig.getCodecSpecific1()) { in bluetoothA2dpSetCodecConfigPreference()
277 Log.e("Same as current codec configuration " + currentCodecConfig); in bluetoothA2dpSetCodecConfigPreference()