Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothA2dpFacade.java260 BluetoothCodecConfig codecConfig = new BluetoothCodecConfig( in bluetoothA2dpSetCodecConfigPreference() local
275 if (isSelectableCodec(codecConfig, currentCodecConfig) in bluetoothA2dpSetCodecConfigPreference()
276 && codecConfig.getCodecSpecific1() == currentCodecConfig.getCodecSpecific1()) { in bluetoothA2dpSetCodecConfigPreference()
282 if (isSelectableCodec(codecConfig, selectable)) { in bluetoothA2dpSetCodecConfigPreference()
283 mBluetoothCodecConfig = codecConfig; in bluetoothA2dpSetCodecConfigPreference()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java478 private static JSONObject buildJsonBluetoothCodecConfig(BluetoothCodecConfig codecConfig) in buildJsonBluetoothCodecConfig() argument
481 result.put("codecType", codecConfig.getCodecType()); in buildJsonBluetoothCodecConfig()
482 result.put("sampleRate", codecConfig.getSampleRate()); in buildJsonBluetoothCodecConfig()
483 result.put("bitsPerSample", codecConfig.getBitsPerSample()); in buildJsonBluetoothCodecConfig()
484 result.put("channelMode", codecConfig.getChannelMode()); in buildJsonBluetoothCodecConfig()
485 result.put("codecSpecific1", codecConfig.getCodecSpecific1()); in buildJsonBluetoothCodecConfig()