Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc426 for (const SongInfo& song : song_list) { in TrackChangedNotificationResponse() local
427 now_playing_ids_.insert(song.media_id); in TrackChangedNotificationResponse()
428 if (curr_song_id == song.media_id) { in TrackChangedNotificationResponse()
430 << song.media_id; in TrackChangedNotificationResponse()
1049 (temp.type == ListItem::SONG && temp.song.media_id == media_id)) { in GetItemAttributesVFSResponse()
1071 if (item_requested.song.attributes.find(attribute) != in GetItemAttributesVFSResponse()
1072 item_requested.song.attributes.end()) { in GetItemAttributesVFSResponse()
1074 *item_requested.song.attributes.find(attribute)); in GetItemAttributesVFSResponse()
1080 for (const auto& attribute : item_requested.song.attributes) { in GetItemAttributesVFSResponse()
1127 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/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.h70 SongInfo song; member