Searched refs:BTA_AvVendorRsp (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_av_api.cc | 61 struct BTA_AvVendorRsp BTA_AvVendorRsp; variable 179 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() function 182 test::mock::bta_av_api::BTA_AvVendorRsp(rc_handle, label, rsp_code, p_data, in BTA_AvVendorRsp()
|
D | mock_bta_av_api.h | 337 struct BTA_AvVendorRsp { struct 348 extern struct BTA_AvVendorRsp BTA_AvVendorRsp; argument
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_av_api.h | 624 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_api.cc | 492 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() function
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 5130 BTA_AvVendorRsp(p_dev->rc_handle, label, AVRC_RSP_ACCEPT, data_start, in set_volume_rsp() 5172 BTA_AvVendorRsp(p_dev->rc_handle, label, in volume_change_notification_rsp()
|