Home
last modified time | relevance | path

Searched refs:SongInfo (Results 1 – 5 of 5) sorted by relevance

/system/bt/include/hardware/avrcp/
Davrcp.h30 struct SongInfo { struct
70 SongInfo song;
107 using SongInfoCallback = base::Callback<void(SongInfo)>;
116 base::Callback<void(std::string, std::vector<SongInfo>)>;
/system/bt/profile/avrcp/
Ddevice.h144 std::vector<SongInfo> song_list);
161 std::vector<SongInfo> song_list);
179 SongInfo info);
202 std::string curr_song_id, std::vector<SongInfo> song_list);
212 uint8_t label, std::string curr_song_id, std::vector<SongInfo> song_list);
219 std::string curr_media_id, std::vector<SongInfo> song_list);
318 SongInfo last_song_info_;
Ddevice.cc409 std::vector<SongInfo> song_list) { in TrackChangedNotificationResponse()
423 for (const SongInfo& song : song_list) { in TrackChangedNotificationResponse()
586 SongInfo info) { in GetElementAttributesResponse()
873 uint8_t label, std::string curr_song_id, std::vector<SongInfo> list) { in GetTotalNumberOfItemsNowPlayingResponse()
982 std::string curr_media_id, std::vector<SongInfo> song_list) { in GetItemAttributesNowPlayingResponse()
994 SongInfo info; in GetItemAttributesNowPlayingResponse()
1117 const SongInfo& song, const std::vector<Attribute>& attrs) { in filter_attributes_requested()
1188 std::string /* unused curr_song_id */, std::vector<SongInfo> song_list) { in GetNowPlayingListResponse()
1194 for (const SongInfo& song : song_list) { in GetNowPlayingListResponse()
1336 std::vector<SongInfo> song_list) { in HandleNowPlayingNotificationResponse()
[all …]
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc107 SongInfo info = {"test_id", in TEST_F()
116 std::vector<SongInfo> list = {info}; in TEST_F()
241 SongInfo info = {"test_id", in TEST_F()
250 std::vector<SongInfo> list = {info}; in TEST_F()
406 SongInfo info = {"test_id", in TEST_F()
415 std::vector<SongInfo> list = {info}; in TEST_F()
520 SongInfo info = {"test_id", in TEST_F()
529 std::vector<SongInfo> list = {info}; in TEST_F()
588 SongInfo info = {"test_id", in TEST_F()
639 SongInfo info = {"test_id", in TEST_F()
[all …]
/system/bt/btif/avrcp/
Davrcp_service.cc147 auto cb_lambda = [](SongInfoCallback cb, SongInfo data) { in GetSongInfo()
170 std::vector<SongInfo> song_list) { in GetNowPlayingList()