Home
last modified time | relevance | path

Searched refs:curr_media_id (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h246 std::string curr_media_id, std::vector<SongInfo> song_list);
Ddevice.cc1308 std::string curr_media_id, std::vector<SongInfo> song_list) { in GetItemAttributesNowPlayingResponse() argument
1315 media_id = curr_media_id; in GetItemAttributesNowPlayingResponse()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc206 auto cb_lambda = [](NowPlayingCallback cb, std::string curr_media_id, in GetNowPlayingList()
209 FROM_HERE, base::BindOnce(cb, curr_media_id, std::move(song_list))); in GetNowPlayingList()