Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h217 virtual void GetVFSListResponse(uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt,
Ddevice.cc1068 base::Bind(&Device::GetVFSListResponse, weak_ptr_factory_.GetWeakPtr(), label, pkt)); in HandleGetFolderItems()
1404 void Device::GetVFSListResponse(uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, in GetVFSListResponse() function in bluetooth::avrcp::Device