Home
last modified time | relevance | path

Searched refs:curr_song_id (Results 1 – 2 of 2) sorted by relevance

/system/bt/profile/avrcp/
Ddevice.h153 uint8_t label, bool interim, std::string curr_song_id,
170 uint8_t label, bool interim, std::string curr_song_id,
212 std::string curr_song_id, std::vector<SongInfo> song_list);
222 uint8_t label, std::string curr_song_id, std::vector<SongInfo> song_list);
Ddevice.cc430 std::string curr_song_id, in TrackChangedNotificationResponse() argument
447 if (curr_song_id == song.media_id) { in TrackChangedNotificationResponse()
450 uid = now_playing_ids_.get_uid(curr_song_id); in TrackChangedNotificationResponse()
454 if (curr_song_id == "") { in TrackChangedNotificationResponse()
898 uint8_t label, std::string curr_song_id, std::vector<SongInfo> list) { in GetTotalNumberOfItemsNowPlayingResponse() argument
1397 uint8_t label, bool interim, std::string curr_song_id, in HandleNowPlayingNotificationResponse() argument