Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/vc/
Dtypes.h150 volume_offsets.push_back(offset); in Add()
154 auto iter = std::find_if(volume_offsets.begin(), volume_offsets.end(), in FindByLocation()
159 return (iter == volume_offsets.end()) ? nullptr : &(*iter); in FindByLocation()
163 auto iter = std::find_if(volume_offsets.begin(), volume_offsets.end(), in FindByServiceHandle()
168 return (iter == volume_offsets.end()) ? nullptr : &(*iter); in FindByServiceHandle()
173 std::find_if(volume_offsets.begin(), volume_offsets.end(), in FindById()
176 return (iter == volume_offsets.end()) ? nullptr : &(*iter); in FindById()
179 void Clear() { volume_offsets.clear(); } in Clear()
181 size_t Size() { return volume_offsets.size(); } in Size()
189 auto v = volume_offsets[i]; in Dump()
[all …]
Ddevice.cc43 for (const VolumeOffset& of : audio_offsets.volume_offsets) { in DeregisterNotifications()
270 for (auto const& offset : audio_offsets.volume_offsets) { in EnqueueInitialRequests()
301 for (auto const& offset : audio_offsets.volume_offsets) { in EnqueueRemainingRequests()
Dvc.cc1138 for (auto const& offset : device->audio_offsets.volume_offsets) { in verify_device_ready()