Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc423 for (const SongInfo& song : song_list) { in TrackChangedNotificationResponse() local
424 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 …]
/system/bt/packet/tests/avrcp/
Dget_folder_items_packet_test.cc112 auto song = MediaElementItem(0x02, "Test Title", attributes); in TEST() local
113 builder->AddSong(song); in TEST()
122 auto song = MediaElementItem(0x02, "Test Title", attributes); in TEST() local
123 builder->AddSong(song); in TEST()
192 auto song = MediaElementItem(0x01, "test song", std::set<AttributeEntry>()); in TEST() local
197 ASSERT_DEATH(builder->AddSong(song), in TEST()
/system/bt/include/hardware/avrcp/
Davrcp.h70 SongInfo song; member