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

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 408 UINT8 res_idx = 0; local
420 while(res_idx < m_res_cb->num_result)
427 BCM_STRCPY_S(p, sizeof(buf), bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res);
428 p += strlen(bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res);
431 if (bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].fmt == BTA_AG_RES_FMT_INT)
433 p += utl_itoa((UINT16) m_res_cb->res_cb[res_idx].int_arg, p);
435 else if (bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].fmt == BTA_AG_RES_FMT_STR)
437 BCM_STRCPY_S(p, sizeof(buf), m_res_cb->res_cb[res_idx].p_arg);
438 p += strlen(m_res_cb->res_cb[res_idx].p_arg);
445 res_idx++
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.c 1211 opj_tcd_resolution_t *res_idx = &tilec_idx->resolutions[resno]; local
    [all...]

Completed in 227 milliseconds