Home
last modified time | relevance | path

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

/system/bt/packet/tests/fuzzers/
Dget_folder_items_res_fuzzer.cc37 auto song = MediaElementItem(0x02, s, attributes); in LLVMFuzzerTestOneInput() local
/system/bt/packet/tests/avrcp/
Dget_folder_items_packet_test.cc112 auto song = MediaElementItem(0x02, "Test Title", attributes); in TEST() local
122 auto song = MediaElementItem(0x02, "Test Title", attributes); in TEST() local
192 auto song = MediaElementItem(0x01, "test song", std::set<AttributeEntry>()); in TEST() local
/system/bt/profile/avrcp/
Ddevice.cc445 for (const SongInfo& song : song_list) { in TrackChangedNotificationResponse() local
1159 const SongInfo& song, const std::vector<Attribute>& attrs) { in filter_attributes_requested()
1204 auto song = items[i].song; in GetVFSListResponse() local
1242 for (const SongInfo& song : song_list) { in GetNowPlayingListResponse() local
1248 auto song = song_list[i]; in GetNowPlayingListResponse() local
1407 for (const SongInfo& song : song_list) { in HandleNowPlayingNotificationResponse() local
/system/bt/include/hardware/avrcp/
Davrcp.h71 SongInfo song; member