Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp.cpp212 std::vector<btav_a2dp_codec_config_t> codec_preferences; in prepareCodecPreferences() local
256 codec_preferences.push_back(codec_config); in prepareCodecPreferences()
258 return codec_preferences; in prepareCodecPreferences()
464 std::vector<btav_a2dp_codec_config_t> codec_preferences = in setCodecConfigPreferenceNative() local
468 sBluetoothA2dpInterface->config_codec(bd_addr, codec_preferences); in setCodecConfigPreferenceNative()