Searched refs:tBTA_AV_CODE (Results 1 – 6 of 6) sorted by relevance
/system/bt/bta/include/ |
D | bta_av_api.h | 110 typedef uint8_t tBTA_AV_CODE; typedef 296 tBTA_AV_CODE rsp_code; 305 tBTA_AV_CODE code; 315 tBTA_AV_CODE code; 397 tBTA_AV_CODE 612 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, 627 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, 665 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
|
/system/bt/btif/test/ |
D | btif_rc_test.cc | 66 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()
|
/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 | 389 static tBTA_AV_CODE bta_av_group_navi_supported(uint8_t len, uint8_t* p_data, in bta_av_group_navi_supported() 391 tBTA_AV_CODE ret = AVRC_RSP_NOT_IMPL; in bta_av_group_navi_supported() 424 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, bool is_inquiry) { in bta_av_op_supported() 425 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 | 258 uint8_t label, tBTA_AV_CODE code, 1281 static tBTA_AV_CODE get_rsp_type_code(tAVRC_STS status, tBTA_AV_CODE code) { in get_rsp_type_code() 1311 uint8_t label, tBTA_AV_CODE code, in send_metamsg_rsp() 2062 tBTA_AV_CODE code = 0, ctype = 0; in get_folder_items_list_rsp() 2266 tBTA_AV_CODE code = 0; in set_browsed_player_rsp() 2267 tBTA_AV_CODE ctype = 0; in set_browsed_player_rsp() 3076 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd()
|