Searched refs:song (Results 1 – 3 of 3) sorted by relevance
423 for (const SongInfo& song : song_list) { in TrackChangedNotificationResponse() local424 now_playing_ids_.insert(song.media_id); in TrackChangedNotificationResponse()425 if (curr_song_id == song.media_id) { in TrackChangedNotificationResponse()427 << song.media_id; in TrackChangedNotificationResponse()1039 (temp.type == ListItem::SONG && temp.song.media_id == media_id)) { in GetItemAttributesVFSResponse()1061 if (item_requested.song.attributes.find(attribute) != in GetItemAttributesVFSResponse()1062 item_requested.song.attributes.end()) { in GetItemAttributesVFSResponse()1064 *item_requested.song.attributes.find(attribute)); in GetItemAttributesVFSResponse()1070 for (const auto& attribute : item_requested.song.attributes) { in GetItemAttributesVFSResponse()1117 const SongInfo& song, const std::vector<Attribute>& attrs) { in filter_attributes_requested() argument[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()
70 SongInfo song; member