Home
last modified time | relevance | path

Searched refs:get_app_attr_txt (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_pars_ct.cc654 p_result->get_app_attr_txt.num_attr = 0; in avrc_ctrl_pars_vendor_rsp()
662 log::verbose("attr count = {}", p_result->get_app_attr_txt.num_attr); in avrc_ctrl_pars_vendor_rsp()
663 p_result->get_app_attr_txt.num_attr = num_attrs; in avrc_ctrl_pars_vendor_rsp()
665 p_result->get_app_attr_txt.p_attrs = (tAVRC_APP_SETTING_TEXT*)osi_calloc( in avrc_ctrl_pars_vendor_rsp()
671 osi_free(p_result->get_app_attr_txt.p_attrs[j].p_str); in avrc_ctrl_pars_vendor_rsp()
673 osi_free_and_reset((void**)&p_result->get_app_attr_txt.p_attrs); in avrc_ctrl_pars_vendor_rsp()
674 p_result->get_app_attr_txt.num_attr = 0; in avrc_ctrl_pars_vendor_rsp()
677 BE_STREAM_TO_UINT8(p_result->get_app_attr_txt.p_attrs[xx].attr_id, p); in avrc_ctrl_pars_vendor_rsp()
678 BE_STREAM_TO_UINT16(p_result->get_app_attr_txt.p_attrs[xx].charset_id, in avrc_ctrl_pars_vendor_rsp()
680 BE_STREAM_TO_UINT8(p_result->get_app_attr_txt.p_attrs[xx].str_len, p); in avrc_ctrl_pars_vendor_rsp()
[all …]
Davrc_bld_ct.cc651 &p_cmd->get_app_attr_txt); in AVRC_BldCommand()
Davrc_bld_tg.cc1457 status = avrc_bld_get_app_setting_attr_text_rsp(&p_rsp->get_app_attr_txt, in AVRC_BldResponse()
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc44 for (int i = 0; i < result.get_app_attr_txt.num_attr; i++) { in free_avrc_response()
45 osi_free_and_reset((void**)&result.get_app_attr_txt.p_attrs[i].p_str); in free_avrc_response()
47 osi_free_and_reset((void**)&result.get_app_attr_txt.p_attrs); in free_avrc_response()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h1305 tAVRC_GET_APP_ATTR_TXT_CMD get_app_attr_txt; /* GetAppAttrTxt */ member
1523 tAVRC_GET_APP_ATTR_TXT_RSP get_app_attr_txt; /* GetAppAttrTxt */ member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc4365 &avrc_response.get_app_attr_txt); in handle_avk_rc_metamsg_rsp()
4963 avrc_cmd.get_app_attr_txt.opcode = AVRC_OP_VENDOR; in get_player_app_setting_attr_text_cmd()
4964 avrc_cmd.get_app_attr_txt.num_attr = num_attrs; in get_player_app_setting_attr_text_cmd()
4967 avrc_cmd.get_app_attr_txt.attrs[count] = attrs[count]; in get_player_app_setting_attr_text_cmd()
5610 avrc_response.get_app_attr_txt.status = BTIF_RC_STS_TIMEOUT; in vendor_cmd_timeout_handler()
5611 handle_app_attr_txt_response(&meta_msg, &avrc_response.get_app_attr_txt); in vendor_cmd_timeout_handler()