Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.h286 if (current_path_.empty()) return ""; in CurrentFolder()
287 return current_path_.top(); in CurrentFolder()
312 std::stack<std::string> current_path_; variable
Ddevice.cc929 current_path_.push(vfs_ids_.get_media_id(pkt->GetUid())); in HandleChangePath()
933 if (current_path_.size() > 1) { in HandleChangePath()
934 current_path_.pop(); in HandleChangePath()
1315 current_path_ = std::stack<std::string>(); in SetBrowsedPlayerResponse()
1316 current_path_.push(root_id); in SetBrowsedPlayerResponse()