Searched refs:song (Results 1 – 4 of 4) sorted by relevance
/system/bt/profile/avrcp/ |
D | device.cc | 426 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/ |
D | get_folder_items_packet_test.cc | 112 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/ |
D | get_folder_items_res_fuzzer.cc | 37 auto song = MediaElementItem(0x02, s, attributes); in LLVMFuzzerTestOneInput() local 38 builder->AddSong(song); in LLVMFuzzerTestOneInput()
|
/system/bt/include/hardware/avrcp/ |
D | avrcp.h | 70 SongInfo song; member
|