Home
last modified time | relevance | path

Searched refs:MsgReq (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_internal.h65 virtual uint16_t MsgReq(uint8_t handle, uint8_t label, uint8_t ctype,
Dconnection_handler.cc634 avrc_->MsgReq(handle, label, ctype, pkt); in SendMessage()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_test_helper.h91 MOCK_METHOD4(MsgReq, uint16_t(uint8_t, uint8_t, uint8_t, BT_HDR*));
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc129 uint16_t MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in MsgReq() function in bluetooth::avrcp::AvrcpInterfaceImpl