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

  /hardware/broadcom/libbt/src/
conf.c 98 conf_entry_t *p_entry; local
126 p_entry = (conf_entry_t *)conf_table;
128 while (p_entry->conf_entry != NULL)
130 if (strcmp(p_entry->conf_entry, (const char *)p_name) == 0)
132 p_entry->p_action(p_name, p_value, p_entry->param);
136 p_entry++;
hardware.c 286 fw_settlement_entry_t *p_entry; local
300 p_entry = (fw_settlement_entry_t *)fw_settlement_table;
302 while (p_entry->chipset_name != NULL)
304 if (strstr(hw_cfg_cb.local_chip_name, p_entry->chipset_name)!=NULL)
309 p_entry++;
312 ret_value = p_entry->delay_time;
    [all...]
  /system/bt/bta/include/
bta_hh_co.h 90 ** p_entry - report entry pointer
97 tBTA_HH_RPT_CACHE_ENTRY *p_entry,
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
rtt.cpp 103 const strmap_entry_t *p_entry; local
106 p_entry = err_info;
109 if (p_entry->id == status)
110 return p_entry->text;
111 p_entry++; /* next entry */
  /system/bt/btif/co/
bta_hh_co.c 511 ** p_entry - report entry pointer
517 void bta_hh_le_co_rpt_info(BD_ADDR remote_bda, tBTA_HH_RPT_CACHE_ENTRY *p_entry, UINT8 app_id)
537 memcpy(&sReportCache[idx++], p_entry, sizeof(tBTA_HH_RPT_CACHE_ENTRY));
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 483 tNFA_EE_ECB * nfa_ee_find_aid_offset(UINT8 aid_len, UINT8 *p_aid, int *p_offset, int *p_entry);
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 297 ** offset in aid_cfg[]. *p_entry is the index.
302 tNFA_EE_ECB * nfa_ee_find_aid_offset(UINT8 aid_len, UINT8 *p_aid, int *p_offset, int *p_entry)
322 if (p_entry)
323 *p_entry = xx;
    [all...]
  /device/huawei/angler/camera/
QCamera_Intf.h 1132 * p_entry - The pointer to the tag entry structure which contains the
1144 exif_tag_entry_t *p_entry);
  /device/lge/bullhead/camera/
QCamera_Intf.h 1132 * p_entry - The pointer to the tag entry structure which contains the
1144 exif_tag_entry_t *p_entry);
  /device/moto/shamu/camera/
QCamera_Intf.h 1132 * p_entry - The pointer to the tag entry structure which contains the
1144 exif_tag_entry_t *p_entry);
  /hardware/qcom/camera/
QCamera_Intf.h 1132 * p_entry - The pointer to the tag entry structure which contains the
1144 exif_tag_entry_t *p_entry);
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h 990 * p_entry - The pointer to the tag entry structure which contains the
1002 exif_tag_entry_t *p_entry);
    [all...]

Completed in 834 milliseconds