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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_ct.c 51 tAVRC_ATTR_ENTRY *p_entry; local
  /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++;

Completed in 84 milliseconds