Home
last modified time | relevance | path

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

/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc435 std::string curr_song_id, in TrackChangedNotificationResponse()
903 uint8_t label, std::string curr_song_id, std::vector<SongInfo> list) { in GetTotalNumberOfItemsNowPlayingResponse()
1402 uint8_t label, bool interim, std::string curr_song_id, in HandleNowPlayingNotificationResponse()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp94 auto curr_song_id = getCurrentMediaId(); in GetNowPlayingList() local