Searched refs:codec_preferences (Results 1 – 7 of 7) sorted by relevance
202 std::vector<btav_a2dp_codec_config_t> codec_preferences; in prepareCodecPreferences() local246 codec_preferences.push_back(codec_config); in prepareCodecPreferences()248 return codec_preferences; in prepareCodecPreferences()500 std::vector<btav_a2dp_codec_config_t> codec_preferences = in setCodecConfigPreferenceNative() local504 btav_a2dp_codec_config_t::PrintCodecs(codec_preferences)); in setCodecConfigPreferenceNative()506 sBluetoothA2dpInterface->config_codec(bd_addr, codec_preferences); in setCodecConfigPreferenceNative()
383 std::vector<btle_audio_codec_config_t> codec_preferences; in prepareCodecPreferences() local402 codec_preferences.push_back(codec_config); in prepareCodecPreferences()404 return codec_preferences; in prepareCodecPreferences()
295 int A2dpIntf::config_codec(RawAddress addr, ::rust::Vec<A2dpCodecConfig> codec_preferences) const { in config_codec()297 for (size_t i = 0; i < codec_preferences.size(); ++i) { in config_codec()298 prefs.push_back(internal::from_rust_codec_config(codec_preferences[i])); in config_codec()
46 int config_codec(RawAddress addr, ::rust::Vec<A2dpCodecConfig> codec_preferences) const;
398 std::vector<btav_a2dp_codec_config_t> codec_preferences);
244 codec_preferences: Vec<A2dpCodecConfig>, in config_codec()
587 const std::vector<btav_a2dp_codec_config_t>& codec_preferences, in UpdateCodecConfig() argument595 peer_address, codec_preferences, std::move(peer_ready_promise)); in UpdateCodecConfig()3727 std::vector<btav_a2dp_codec_config_t> codec_preferences) { in codec_config_src() argument3729 codec_preferences.size()); in codec_config_src()3747 codec_preferences, std::move(peer_ready_promise))); in codec_config_src()