Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc705 media_id = vfs_ids_.get_media_id(pkt->GetUid()); in HandlePlayItem()
897 vfs_ids_.get_media_id(pkt->GetUid()) == "") { in HandleChangePath()
907 current_path_.push(vfs_ids_.get_media_id(pkt->GetUid())); in HandleChangePath()
1034 auto media_id = vfs_ids_.get_media_id(pkt->GetUid()); in GetItemAttributesVFSResponse()
1152 vfs_ids_.insert(item.folder.media_id); in GetVFSListResponse()
1154 vfs_ids_.insert(item.song.media_id); in GetVFSListResponse()
1168 FolderItem folder_item(vfs_ids_.get_uid(folder.media_id), 0x00, in GetVFSListResponse()
1177 MediaElementItem song_item(vfs_ids_.get_uid(song.media_id), title, in GetVFSListResponse()
Ddevice.h313 MediaIdMap vfs_ids_; variable