Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc704 ordered_source_codecs_.push_back(codec_config); in init()
705 ordered_source_codecs_.sort(compare_codec_priority); in init()
712 if (ordered_source_codecs_.empty()) { in init()
715 for (auto iter : ordered_source_codecs_) { in init()
727 return !ordered_source_codecs_.empty() && !ordered_sink_codecs_.empty(); in init()
899 ordered_source_codecs_.sort(compare_codec_priority); in setCodecUserConfig()
1109 for (auto codec_config : ordered_source_codecs_) { in debug_codec_dump()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h312 const std::list<A2dpCodecConfig*> orderedSourceCodecs() const { return ordered_source_codecs_; } in orderedSourceCodecs()
461 std::list<A2dpCodecConfig*> ordered_source_codecs_; variable