Searched refs:tBTA_AV_CODE (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/include/ |
D | bta_av_api.h | 193 typedef uint8_t tBTA_AV_CODE; typedef 372 tBTA_AV_CODE rsp_code; 381 tBTA_AV_CODE code; 391 tBTA_AV_CODE code; 475 tBTA_AV_CODE 691 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, 706 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, 744 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
|
/system/bt/bta/av/ |
D | bta_av_api.cc | 443 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() 478 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() 556 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
|
D | bta_av_act.cc | 373 static tBTA_AV_CODE bta_av_group_navi_supported(uint8_t len, uint8_t* p_data, in bta_av_group_navi_supported() 375 tBTA_AV_CODE ret = BTA_AV_RSP_NOT_IMPL; in bta_av_group_navi_supported() 408 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, bool is_inquiry) { in bta_av_op_supported() 409 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; in bta_av_op_supported()
|
D | bta_av_int.h | 288 tBTA_AV_CODE rsp_code;
|
/system/bt/btif/src/ |
D | btif_rc.cc | 255 uint8_t label, tBTA_AV_CODE code, 1219 static tBTA_AV_CODE get_rsp_type_code(tAVRC_STS status, tBTA_AV_CODE code) { in get_rsp_type_code() 1249 uint8_t label, tBTA_AV_CODE code, in send_metamsg_rsp() 2042 tBTA_AV_CODE code = 0, ctype = 0; in get_folder_items_list_rsp() 2246 tBTA_AV_CODE code = 0; in set_browsed_player_rsp() 2247 tBTA_AV_CODE ctype = 0; in set_browsed_player_rsp() 3133 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd()
|