Searched refs:BTA_AvMetaRsp (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_av_api.cc | 46 struct BTA_AvMetaRsp BTA_AvMetaRsp; variable 104 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() function 107 test::mock::bta_av_api::BTA_AvMetaRsp(rc_handle, label, rsp_code, p_pkt); in BTA_AvMetaRsp()
|
D | mock_bta_av_api.h | 129 struct BTA_AvMetaRsp { struct 139 extern struct BTA_AvMetaRsp BTA_AvMetaRsp; argument
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_av_api.h | 662 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_api.cc | 570 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() function
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 1429 BTA_AvMetaRsp(rc_handle, label, ctype, p_msg); in send_reject_response() 1517 BTA_AvMetaRsp(p_dev->rc_handle, p_dev->rc_notif[event_id - 1].label, in send_metamsg_rsp() 1539 BTA_AvMetaRsp(p_dev->rc_handle, label, ctype, p_msg); in send_metamsg_rsp() 2322 BTA_AvMetaRsp(p_dev->rc_handle, in get_folder_items_list_rsp() 2477 BTA_AvMetaRsp(p_dev->rc_handle, in set_browsed_player_rsp()
|