Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc159 auto& sink_stream_locations = in Cleanup() local
164 if (!sink_stream_locations.empty()) { in Cleanup()
165 for (const auto kv_pair : sink_stream_locations) { in Cleanup()
1725 auto& sink_stream_locations = stream_conf.stream_params.sink.stream_locations; in IsCisPartOfCurrentStream() local
1727 sink_stream_locations.begin(), sink_stream_locations.end(), in IsCisPartOfCurrentStream()
1730 if (iter != sink_stream_locations.end()) return true; in IsCisPartOfCurrentStream()