Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/co/
Dbta_fs_co.c857 tBTA_FS_DIRENTRY *p_entry, UINT16 evt, UINT8 app_id) in bta_fs_co_getdirentry() argument
887 p_entry->refdata = (UINT32) dir; /* Save this for future searches */ in bta_fs_co_getdirentry()
895 closedir( (DIR*) p_entry->refdata); in bta_fs_co_getdirentry()
901 if ((dirent = readdir((DIR*)p_entry->refdata)) == NULL) in bta_fs_co_getdirentry()
904 closedir( (DIR*) p_entry->refdata); in bta_fs_co_getdirentry()
923 p_entry->filesize = buf.st_size; in bta_fs_co_getdirentry()
924 p_entry->mode = 0; /* Default is normal read/write file access */ in bta_fs_co_getdirentry()
927 p_entry->mode |= BTA_FS_A_DIR; in bta_fs_co_getdirentry()
929 p_entry->mode |= BTA_FS_A_RDONLY; in bta_fs_co_getdirentry()
931 strcpy(p_entry->p_name, dirent->d_name); in bta_fs_co_getdirentry()
[all …]
Dbta_hh_co.c470 void bta_hh_le_co_rpt_info(BD_ADDR remote_bda, tBTA_HH_RPT_CACHE_ENTRY *p_entry, UINT8 app_id) in bta_hh_le_co_rpt_info() argument
492 memcpy(&sReportCache[idx++], p_entry, sizeof(tBTA_HH_RPT_CACHE_ENTRY)); in bta_hh_le_co_rpt_info()
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_co.h97 tBTA_HH_RPT_CACHE_ENTRY *p_entry,
Dbta_fs_co.h527 tBTA_FS_DIRENTRY *p_entry, UINT16 evt,
/external/bluetooth/bluedroid/vnd/ble/
Dvendor_ble.c466 tBTM_BLE_IRK_ENTRY *p_entry; in btm_ble_read_irk_entry() local
471 if ((p_entry = btm_ble_vendor_find_irk_entry(target_bda)) == NULL) in btm_ble_read_irk_entry()
478 UINT8_TO_STREAM(p, p_entry->index); in btm_ble_read_irk_entry()
/external/bluetooth/bluedroid/stack/avrc/
Davrc_pars_ct.c52 tAVRC_ATTR_ENTRY *p_entry; in avrc_pars_vendor_rsp() local
/external/bluetooth/bluedroid/stack/include/
Dgoep_fs.h242 tGOEP_DIRENTRY *p_entry, UINT16 event_id,
/external/libnfc-nci/src/nfa/int/
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/
Dnfa_ee_act.c302 tNFA_EE_ECB * nfa_ee_find_aid_offset(UINT8 aid_len, UINT8 *p_aid, int *p_offset, int *p_entry) in nfa_ee_find_aid_offset() argument
322 if (p_entry) in nfa_ee_find_aid_offset()
323 *p_entry = xx; in nfa_ee_find_aid_offset()