Searched refs:root_id (Results 1 – 5 of 5) sorted by relevance
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/ |
D | avrcp_device_fuzz.cc | 28 bool success, std::string root_id, uint32_t num_items)>;
|
/system/bt/include/hardware/avrcp/ |
D | avrcp.h | 132 bool success, std::string root_id, uint32_t num_items)>;
|
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 210 std::string root_id, uint32_t num_items) { in SetBrowsedPlayer() argument 211 do_in_main_thread(FROM_HERE, base::Bind(cb, success, root_id, num_items)); in SetBrowsedPlayer()
|
/system/bt/profile/avrcp/ |
D | device.h | 239 std::string root_id, uint32_t num_items);
|
D | device.cc | 1293 std::string root_id, uint32_t num_items) { in SetBrowsedPlayerResponse() argument 1295 << root_id << "\" num_items=" << num_items; in SetBrowsedPlayerResponse() 1316 current_path_.push(root_id); in SetBrowsedPlayerResponse()
|