Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h250 virtual void ChangePathResponse(uint8_t label, std::shared_ptr<ChangePathRequest> request,
Ddevice.cc1194 base::Bind(&Device::ChangePathResponse, weak_ptr_factory_.GetWeakPtr(), label, pkt)); in HandleChangePath()
1197 void Device::ChangePathResponse(uint8_t label, std::shared_ptr<ChangePathRequest> /*pkt*/, in ChangePathResponse() function in bluetooth::avrcp::Device