HomeSort by relevance Sort by last modified time
    Searched full:p_entry (Results 1 - 11 of 11) 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 249 fw_settlement_entry_t *p_entry; local
263 p_entry = (fw_settlement_entry_t *)fw_settlement_table;
265 while (p_entry->chipset_name != NULL)
267 if (strstr(hw_cfg_cb.local_chip_name, p_entry->chipset_name)!=NULL)
272 p_entry++;
275 ret_value = p_entry->delay_time;
    [all...]
  /external/bluetooth/bluedroid/main/
bte_conf.c 195 conf_entry_t *p_entry; local
225 p_entry = (conf_entry_t *)conf_table;
227 while (p_entry->conf_entry != NULL)
229 if (strcmp(p_entry->conf_entry, (const char *)p_name) == 0)
232 if (p_entry->p_action != NULL)
233 p_entry->p_action(p_name, p_value);
237 p_entry++;
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 828 ** into the location specified by p_entry.
833 ** p_entry (input/output) - Points to last entry data (valid when
844 ** BTA_FS_CO_OK is returned when p_entry is valid,
850 tBTA_FS_DIRENTRY *p_entry, UINT16 evt, UINT8 app_id)
879 p_entry->refdata = (UINT32) dir; /* Save this for future searches */
887 closedir( (DIR*) p_entry->refdata);
893 if ((dirent = readdir((DIR*)p_entry->refdata)) == NULL)
896 closedir( (DIR*) p_entry->refdata);
915 p_entry->filesize = buf.st_size;
916 p_entry->mode = 0; /* Default is normal read/write file access *
    [all...]
  /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/bta/include/
bta_fs_ci.h 175 ** Parameters status - BTA_FS_CO_OK if p_entry points to a valid entry.
176 ** BTA_FS_CO_EODIR if no more entries (p_entry is ignored).
196 ** status - BTA_FS_CO_OK if p_entry points to a valid 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/bta/fs/
bta_fs_ci.c 144 ** Parameters status - BTA_FS_CO_OK if p_entry points to a valid entry.
145 ** BTA_FS_CO_EODIR if no more entries (p_entry is ignored).
174 ** status - BTA_FS_CO_OK if p_entry points to a valid entry.
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 148 ** offset in aid_cfg[]. *p_entry is the index.
153 tNFA_EE_ECB * nfa_ee_find_aid_offset(UINT8 aid_len, UINT8 *p_aid, int *p_offset, int *p_entry)
173 if (p_entry)
174 *p_entry = xx;
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 455 tNFA_EE_ECB * nfa_ee_find_aid_offset(UINT8 aid_len, UINT8 *p_aid, int *p_offset, int *p_entry);
  /device/lge/mako/camera/
QCamera_Intf.h     [all...]

Completed in 308 milliseconds