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

  /system/core/libsysutils/src/
NetlinkEvent.cpp 547 int param_idx = 0; local
581 } else if (param_idx < NL_PARAMS_MAX) {
582 mParams[param_idx++] = strdup(s);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 453 nfc_hal_cb.prm.param_idx = 0;
620 len = p_param[nfc_hal_cb.prm.param_idx].len;
621 HAL_TRACE_DEBUG2 ("nfc_hal_prm_nvm_rw_cmd: %d/%d", nfc_hal_cb.prm.param_idx, len);
641 UINT16_TO_STREAM (p, p_param[nfc_hal_cb.prm.param_idx].offset);
645 nfc_hal_cb.prm.param_idx++;
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 319 UINT8 param_idx; /* information related to general purpose param*/ member in struct:__anon27758

Completed in 207 milliseconds