Home
last modified time | relevance | path

Searched refs:tBTA_AV_CODE (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/bta/include/
H A Dbta_av_api.h104 typedef uint8_t tBTA_AV_CODE; typedef
290 tBTA_AV_CODE rsp_code;
299 tBTA_AV_CODE code;
309 tBTA_AV_CODE code;
385 tBTA_AV_CODE
598 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code,
613 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
651 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
/aosp12/system/bt/test/mock/
H A Dmock_bta_av_api.cc53 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
98 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
102 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp()
/aosp12/system/bt/btif/test/
H A Dbtif_rc_test.cc66 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
73 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
75 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp()
/aosp12/system/bt/bta/av/
H A Dbta_av_api.cc456 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
491 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp()
569 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
H A Dbta_av_act.cc383 static tBTA_AV_CODE bta_av_group_navi_supported(uint8_t len, uint8_t* p_data, in bta_av_group_navi_supported()
385 tBTA_AV_CODE ret = AVRC_RSP_NOT_IMPL; in bta_av_group_navi_supported()
418 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, bool is_inquiry) { in bta_av_op_supported()
419 tBTA_AV_CODE ret_code = AVRC_RSP_NOT_IMPL; in bta_av_op_supported()
H A Dbta_av_int.h322 tBTA_AV_CODE rsp_code;
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc259 uint8_t label, tBTA_AV_CODE code,
1280 static tBTA_AV_CODE get_rsp_type_code(tAVRC_STS status, tBTA_AV_CODE code) { in get_rsp_type_code()
1310 uint8_t label, tBTA_AV_CODE code, in send_metamsg_rsp()
2051 tBTA_AV_CODE code = 0, ctype = 0; in get_folder_items_list_rsp()
2255 tBTA_AV_CODE code = 0; in set_browsed_player_rsp()
2256 tBTA_AV_CODE ctype = 0; in set_browsed_player_rsp()
3071 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd()