Home
last modified time | relevance | path

Searched refs:BTA_AvVendorRsp (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_av_api.cc61 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()
Dmock_bta_av_api.h337 struct BTA_AvVendorRsp { struct
348 extern struct BTA_AvVendorRsp BTA_AvVendorRsp; argument
/packages/modules/Bluetooth/system/bta/include/
Dbta_av_api.h624 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc492 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/
Dbtif_rc.cc5130 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()