Searched defs:song (Results 1 – 4 of 4) sorted by relevance
37 auto song = MediaElementItem(0x02, s, attributes); in LLVMFuzzerTestOneInput() local
112 auto song = MediaElementItem(0x02, "Test Title", attributes); in TEST() local122 auto song = MediaElementItem(0x02, "Test Title", attributes); in TEST() local192 auto song = MediaElementItem(0x01, "test song", std::set<AttributeEntry>()); in TEST() local
445 for (const SongInfo& song : song_list) { in TrackChangedNotificationResponse() local1159 const SongInfo& song, const std::vector<Attribute>& attrs) { in filter_attributes_requested()1204 auto song = items[i].song; in GetVFSListResponse() local1242 for (const SongInfo& song : song_list) { in GetNowPlayingListResponse() local1248 auto song = song_list[i]; in GetNowPlayingListResponse() local1407 for (const SongInfo& song : song_list) { in HandleNowPlayingNotificationResponse() local
71 SongInfo song; member