Home
last modified time | relevance | path

Searched refs:root_id (Results 1 – 5 of 5) sorted by relevance

/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc28 bool success, std::string root_id, uint32_t num_items)>;
/system/bt/include/hardware/avrcp/
Davrcp.h131 bool success, std::string root_id, uint32_t num_items)>;
/system/bt/btif/avrcp/
Davrcp_service.cc211 std::string root_id, uint32_t num_items) { in SetBrowsedPlayer() argument
212 do_in_main_thread(FROM_HERE, base::Bind(cb, success, root_id, num_items)); in SetBrowsedPlayer()
/system/bt/profile/avrcp/
Ddevice.h229 std::string root_id, uint32_t num_items);
Ddevice.cc1249 std::string root_id, uint32_t num_items) { in SetBrowsedPlayerResponse() argument
1251 << root_id << "\" num_items=" << num_items; in SetBrowsedPlayerResponse()
1264 current_path_.push(root_id); in SetBrowsedPlayerResponse()