Searched refs:tBTA_AV_CODE (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/include/ |
D | bta_av_api.h | 109 typedef uint8_t tBTA_AV_CODE; typedef 286 tBTA_AV_CODE rsp_code; 295 tBTA_AV_CODE code; 305 tBTA_AV_CODE code; 385 tBTA_AV_CODE 600 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, 615 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, 653 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
|
/system/bt/bta/av/ |
D | bta_av_api.cc | 466 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() 501 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() 579 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
|
D | bta_av_act.cc | 388 static tBTA_AV_CODE bta_av_group_navi_supported(uint8_t len, uint8_t* p_data, in bta_av_group_navi_supported() 390 tBTA_AV_CODE ret = AVRC_RSP_NOT_IMPL; in bta_av_group_navi_supported() 423 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, bool is_inquiry) { in bta_av_op_supported() 424 tBTA_AV_CODE ret_code = AVRC_RSP_NOT_IMPL; in bta_av_op_supported()
|
D | bta_av_int.h | 301 tBTA_AV_CODE rsp_code;
|
/system/bt/btif/src/ |
D | btif_rc.cc | 257 uint8_t label, tBTA_AV_CODE code, 1203 static tBTA_AV_CODE get_rsp_type_code(tAVRC_STS status, tBTA_AV_CODE code) { in get_rsp_type_code() 1233 uint8_t label, tBTA_AV_CODE code, in send_metamsg_rsp() 1981 tBTA_AV_CODE code = 0, ctype = 0; in get_folder_items_list_rsp() 2185 tBTA_AV_CODE code = 0; in set_browsed_player_rsp() 2186 tBTA_AV_CODE ctype = 0; in set_browsed_player_rsp() 2994 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd()
|