Searched refs:p_entry (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_hh_co.h90 ** p_entry - report entry pointer
97 tBTA_HH_RPT_CACHE_ENTRY *p_entry,
H A Dbta_fs_co.h505 ** 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/
H A Dbta_fs_co.c835 ** 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
856 bta_fs_co_getdirentry(const char *p_path, BOOLEAN first_item, tBTA_FS_DIRENTRY *p_entry, UINT16 evt, UINT8 app_id) argument
[all...]
H A Dbta_hh_co.c464 ** 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) argument
492 memcpy(&sReportCache[idx++], p_entry, sizeof(tBTA_HH_RPT_CACHE_ENTRY));
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_pars_ct.c52 tAVRC_ATTR_ENTRY *p_entry; local
/external/bluetooth/bluedroid/stack/include/
H A Dgoep_fs.h223 ** 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/
H A Dvendor_ble.c466 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/
H A Dnfa_ee_int.h483 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/
H A Dnfa_ee_act.c297 ** 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) argument
322 if (p_entry)
323 *p_entry = xx;

Completed in 127 milliseconds