Searched refs:song (Results 1 – 4 of 4) sorted by relevance
445 for (const SongInfo& song : song_list) { in TrackChangedNotificationResponse() local446 now_playing_ids_.insert(song.media_id); in TrackChangedNotificationResponse()447 if (curr_song_id == song.media_id) { in TrackChangedNotificationResponse()449 << song.media_id; in TrackChangedNotificationResponse()1076 (temp.type == ListItem::SONG && temp.song.media_id == media_id)) { in GetItemAttributesVFSResponse()1083 filter_cover_art(item_requested.song); in GetItemAttributesVFSResponse()1103 if (item_requested.song.attributes.find(attribute) != in GetItemAttributesVFSResponse()1104 item_requested.song.attributes.end()) { in GetItemAttributesVFSResponse()1106 *item_requested.song.attributes.find(attribute)); in GetItemAttributesVFSResponse()1112 for (const auto& attribute : item_requested.song.attributes) { in GetItemAttributesVFSResponse()[all …]
112 auto song = MediaElementItem(0x02, "Test Title", attributes); in TEST() local113 builder->AddSong(song); in TEST()122 auto song = MediaElementItem(0x02, "Test Title", attributes); in TEST() local123 builder->AddSong(song); in TEST()192 auto song = MediaElementItem(0x01, "test song", std::set<AttributeEntry>()); in TEST() local197 ASSERT_DEATH(builder->AddSong(song), in TEST()
37 auto song = MediaElementItem(0x02, s, attributes); in LLVMFuzzerTestOneInput() local38 builder->AddSong(song); in LLVMFuzzerTestOneInput()
71 SongInfo song; member