Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc445 for (const SongInfo& song : song_list) { in TrackChangedNotificationResponse() local
446 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 …]
/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/packet/tests/fuzzers/
Dget_folder_items_res_fuzzer.cc37 auto song = MediaElementItem(0x02, s, attributes); in LLVMFuzzerTestOneInput() local
38 builder->AddSong(song); in LLVMFuzzerTestOneInput()
/system/bt/include/hardware/avrcp/
Davrcp.h71 SongInfo song; member