Searched refs:ordered_source_codecs_ (Results 1 – 2 of 2) sorted by relevance
632 ordered_source_codecs_.push_back(codec_config); in init()633 ordered_source_codecs_.sort(compare_codec_priority); in init()640 if (ordered_source_codecs_.empty()) { in init()643 for (auto iter : ordered_source_codecs_) { in init()657 return (!ordered_source_codecs_.empty() && !ordered_sink_codecs_.empty()); in init()809 ordered_source_codecs_.sort(compare_codec_priority); in setCodecUserConfig()1005 for (auto codec_config : ordered_source_codecs_) { in debug_codec_dump()
317 return ordered_source_codecs_; in orderedSourceCodecs()475 std::list<A2dpCodecConfig*> ordered_source_codecs_; variable