Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc727 media_id = vfs_ids_.get_media_id(pkt->GetUid()); in HandlePlayItem()
919 vfs_ids_.get_media_id(pkt->GetUid()) == "") { in HandleChangePath()
929 current_path_.push(vfs_ids_.get_media_id(pkt->GetUid())); in HandleChangePath()
1061 auto media_id = vfs_ids_.get_media_id(pkt->GetUid()); in GetItemAttributesVFSResponse()
1184 vfs_ids_.insert(item.folder.media_id); in GetVFSListResponse()
1186 vfs_ids_.insert(item.song.media_id); in GetVFSListResponse()
1200 FolderItem folder_item(vfs_ids_.get_uid(folder.media_id), 0x00, in GetVFSListResponse()
1215 MediaElementItem song_item(vfs_ids_.get_uid(song.media_id), title, in GetVFSListResponse()
Ddevice.h324 MediaIdMap vfs_ids_; variable