Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc161 auto& source_stream_locations = in Cleanup() local
171 if (source_stream_locations.empty()) { in Cleanup()
174 source_stream_locations.erase( in Cleanup()
176 source_stream_locations.begin(), source_stream_locations.end(), in Cleanup()
178 source_stream_locations.end()); in Cleanup()
183 if (!source_stream_locations.empty()) { in Cleanup()
184 for (auto [cis_handle, _] : source_stream_locations) { in Cleanup()
1732 auto& source_stream_locations = in IsCisPartOfCurrentStream() local
1735 source_stream_locations.begin(), source_stream_locations.end(), in IsCisPartOfCurrentStream()
1738 return (iter != source_stream_locations.end()); in IsCisPartOfCurrentStream()