Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h321 if (current_path_.empty()) return ""; in CurrentFolder()
322 return current_path_.top(); in CurrentFolder()
359 std::stack<std::string> current_path_; variable
Ddevice.cc1231 current_path_.push(vfs_ids_.get_media_id(pkt->GetUid())); in HandleChangePath()
1235 if (current_path_.size() > 1) { in HandleChangePath()
1236 current_path_.pop(); in HandleChangePath()
1617 current_path_ = std::stack<std::string>(); in SetBrowsedPlayerResponse()
1618 current_path_.push(root_id); in SetBrowsedPlayerResponse()