Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_health_status.cc200 std::vector<group_stats> group_stats_;
202 void dumpsys_group(int fd, const group_stats& group) { in dumpsys_group()
256 group_stats_.emplace_back(group_stats(group_id)); in add_group()
293 group_stats* find_group(int group_id) { in find_group()
Dle_audio_health_status.h83 struct group_stats { struct
84 group_stats(int group_id) in group_stats() argument