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

/system/bt/profile/avrcp/
H A Ddevice.cc354 for (const SongInfo& song : song_list) {
355 now_playing_ids_.insert(song.media_id);
356 if (curr_song_id == song.media_id) {
358 << song.media_id;
880 (temp.type == ListItem::SONG && temp.song.media_id == media_id)) {
902 if (item_requested.song.attributes.find(attribute) !=
903 item_requested.song.attributes.end()) {
905 *item_requested.song.attributes.find(attribute));
911 for (const auto& attribute : item_requested.song.attributes) {
958 const SongInfo& song, cons
957 filter_attributes_requested( const SongInfo& song, const std::vector<Attribute>& attrs) argument
1003 auto song = items[i].song; local
1039 auto song = song_list[i]; local
[all...]
/system/bt/packet/tests/avrcp/
H A Dget_folder_items_packet_test.cc112 auto song = MediaElementItem(0x02, "Test Title", attributes); local
113 builder->AddSong(song);
122 auto song = MediaElementItem(0x02, "Test Title", attributes); local
123 builder->AddSong(song);
192 auto song = MediaElementItem(0x01, "test song", std::set<AttributeEntry>()); local
197 ASSERT_DEATH(builder->AddSong(song),
/system/bt/include/hardware/avrcp/
H A Davrcp.h70 SongInfo song; member in namespace:bluetooth::avrcp

Completed in 247 milliseconds