HomeSort by relevance Sort by last modified time
    Searched refs:get_app_attr_txt (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/avrc/
avrc_pars_ct.c 277 p_result->get_app_attr_txt.num_attr = 0;
281 AVRC_TRACE_DEBUG("%s attr count = %d ", __func__, p_result->get_app_attr_txt.num_attr);
282 p_result->get_app_attr_txt.num_attr = num_attrs;
286 BE_STREAM_TO_UINT8(p_result->get_app_attr_txt.p_attrs[xx].attr_id, p);
287 BE_STREAM_TO_UINT16(p_result->get_app_attr_txt.p_attrs[xx].charset_id, p);
288 BE_STREAM_TO_UINT8(p_result->get_app_attr_txt.p_attrs[xx].str_len, p);
289 if (p_result->get_app_attr_txt.p_attrs[xx].str_len != 0)
291 UINT8 *p_str = (UINT8 *)osi_malloc(p_result->get_app_attr_txt.p_attrs[xx].str_len);
292 BE_STREAM_TO_ARRAY(p, p_str, p_result->get_app_attr_txt.p_attrs[xx].str_len);
293 p_result->get_app_attr_txt.p_attrs[xx].p_str = p_str
    [all...]
avrc_bld_ct.c 484 avrc_bld_get_player_app_setting_attr_text_cmd(p_pkt, &p_cmd->get_app_attr_txt);
avrc_bld_tg.c 936 status = avrc_bld_get_app_setting_attr_text_rsp(&p_rsp->get_app_attr_txt, p_pkt);
  /system/bt/stack/include/
avrc_defs.h 1180 tAVRC_GET_APP_ATTR_TXT_CMD get_app_attr_txt; \/* GetAppAttrTxt *\/ member in union:__anon73701
1393 tAVRC_GET_APP_ATTR_TXT_RSP get_app_attr_txt; \/* GetAppAttrTxt *\/ member in union:__anon73720
    [all...]
  /system/bt/btif/src/
btif_rc.c     [all...]

Completed in 110 milliseconds