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 52 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 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/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);

Completed in 135 milliseconds