HomeSort by relevance Sort by last modified time
    Searched refs:p_entry (Results 1 - 16 of 16) 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 282 fw_settlement_entry_t *p_entry; local
296 p_entry = (fw_settlement_entry_t *)fw_settlement_table;
298 while (p_entry->chipset_name != NULL)
300 if (strstr(hw_cfg_cb.local_chip_name, p_entry->chipset_name)!=NULL)
305 p_entry++;
308 ret_value = p_entry->delay_time;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hh_co.h 90 ** p_entry - report entry pointer
97 tBTA_HH_RPT_CACHE_ENTRY *p_entry,
bta_fs_co.h 505 ** into the location specified by p_entry.
510 ** p_entry (input/output) - Points to last entry data (valid when
521 ** BTA_FS_CO_OK is returned when p_entry is valid,
527 tBTA_FS_DIRENTRY *p_entry, UINT16 evt,
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 835 ** into the location specified by p_entry.
840 ** p_entry (input/output) - Points to last entry data (valid when
851 ** BTA_FS_CO_OK is returned when p_entry is valid,
857 tBTA_FS_DIRENTRY *p_entry, UINT16 evt, UINT8 app_id)
887 p_entry->refdata = (UINT32) dir; /* Save this for future searches */
895 closedir( (DIR*) p_entry->refdata);
901 if ((dirent = readdir((DIR*)p_entry->refdata)) == NULL)
904 closedir( (DIR*) p_entry->refdata);
923 p_entry->filesize = buf.st_size;
924 p_entry->mode = 0; /* Default is normal read/write file access *
    [all...]
bta_hh_co.c 464 ** p_entry - report entry pointer
470 void bta_hh_le_co_rpt_info(BD_ADDR remote_bda, tBTA_HH_RPT_CACHE_ENTRY *p_entry, UINT8 app_id)
492 memcpy(&sReportCache[idx++], p_entry, sizeof(tBTA_HH_RPT_CACHE_ENTRY));
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_ct.c 52 tAVRC_ATTR_ENTRY *p_entry; local
  /external/bluetooth/bluedroid/stack/include/
goep_fs.h 223 ** into the location specified by p_entry.
228 ** p_entry (input/output) - Points to last entry data (valid when
236 ** GOEP_OK is returned when p_entry is valid,
242 tGOEP_DIRENTRY *p_entry, UINT16 event_id,
379 ** Parameters status - GOEP_OK if p_entry points to a valid entry.
380 ** GOEP_EODIR if no more entries (p_entry is ignored).
  /external/bluetooth/bluedroid/vnd/ble/
vendor_ble.c 466 tBTM_BLE_IRK_ENTRY *p_entry; local
471 if ((p_entry = btm_ble_vendor_find_irk_entry(target_bda)) == NULL)
478 UINT8_TO_STREAM(p, p_entry->index);
  /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/asus/flo/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/hammerhead/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);
  /device/lge/mako/camera/
QCamera_Intf.h     [all...]
  /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 235 milliseconds