Searched refs:AVRC_VendorRsp (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_avrc_apt.cc | 41 struct AVRC_VendorRsp AVRC_VendorRsp; variable 55 uint16_t AVRC_VendorRsp::return_value = 0; 75 uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label, in AVRC_VendorRsp() function 78 return test::mock::stack_avrc_apt::AVRC_VendorRsp(handle, label, p_msg); in AVRC_VendorRsp()
|
D | mock_stack_avrc_apt.h | 86 struct AVRC_VendorRsp { struct 96 extern struct AVRC_VendorRsp AVRC_VendorRsp; argument
|
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_opt.cc | 229 uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label, in AVRC_VendorRsp() function
|
/packages/modules/Bluetooth/system/stack/include/ |
D | avrc_api.h | 682 uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label, tAVRC_MSG_VENDOR* p_msg);
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_act.cc | 730 AVRC_VendorRsp(p_rcb->handle, p_data->api_vendor.label, in bta_av_rc_vendor_rsp() 1109 AVRC_VendorRsp(p_data->rc_msg.handle, p_data->rc_msg.label, in bta_av_rc_msg()
|