Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Dmedia_id_map.h34 std::string get_media_id(uint64_t uid) { in get_media_id() function
Ddevice.cc948 media_id = now_playing_ids_.get_media_id(pkt->GetUid()); in HandlePlayItem()
951 media_id = vfs_ids_.get_media_id(pkt->GetUid()); in HandlePlayItem()
1222 vfs_ids_.get_media_id(pkt->GetUid()) == "") { in HandleChangePath()
1231 current_path_.push(vfs_ids_.get_media_id(pkt->GetUid())); in HandleChangePath()
1313 auto media_id = now_playing_ids_.get_media_id(pkt->GetUid()); in GetItemAttributesNowPlayingResponse()
1360 auto media_id = vfs_ids_.get_media_id(pkt->GetUid()); in GetItemAttributesVFSResponse()