Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.h120 uint8_t label, bool interim, std::string curr_song_id,
137 uint8_t label, bool interim, std::string curr_song_id,
179 std::string curr_song_id, std::vector<SongInfo> song_list);
189 uint8_t label, std::string curr_song_id, std::vector<SongInfo> song_list);
Ddevice.cc343 std::string curr_song_id, in TrackChangedNotificationResponse() argument
358 if (curr_song_id == song.media_id) { in TrackChangedNotificationResponse()
361 uid = now_playing_ids_.get_uid(curr_song_id); in TrackChangedNotificationResponse()
365 if (curr_song_id == "") { in TrackChangedNotificationResponse()
731 uint8_t label, std::string curr_song_id, std::vector<SongInfo> list) { in GetTotalNumberOfItemsNowPlayingResponse() argument
1161 uint8_t label, bool interim, std::string curr_song_id, in HandleNowPlayingNotificationResponse() argument