Searched refs:curr_song_id (Results 1 – 2 of 2) sorted by relevance
/system/bt/profile/avrcp/ |
D | device.h | 143 uint8_t label, bool interim, std::string curr_song_id, 160 uint8_t label, bool interim, std::string curr_song_id, 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);
|
D | device.cc | 411 std::string curr_song_id, in TrackChangedNotificationResponse() argument 428 if (curr_song_id == song.media_id) { in TrackChangedNotificationResponse() 431 uid = now_playing_ids_.get_uid(curr_song_id); in TrackChangedNotificationResponse() 435 if (curr_song_id == "") { in TrackChangedNotificationResponse() 876 uint8_t label, std::string curr_song_id, std::vector<SongInfo> list) { in GetTotalNumberOfItemsNowPlayingResponse() argument 1345 uint8_t label, bool interim, std::string curr_song_id, in HandleNowPlayingNotificationResponse() argument
|