Searched refs:p_entry (Results 1 – 9 of 9) sorted by relevance
/external/bluetooth/bluedroid/btif/co/ |
D | bta_fs_co.c | 857 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 …]
|
D | bta_hh_co.c | 470 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/ |
D | bta_hh_co.h | 97 tBTA_HH_RPT_CACHE_ENTRY *p_entry,
|
D | bta_fs_co.h | 527 tBTA_FS_DIRENTRY *p_entry, UINT16 evt,
|
/external/bluetooth/bluedroid/vnd/ble/ |
D | vendor_ble.c | 466 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/ |
D | avrc_pars_ct.c | 52 tAVRC_ATTR_ENTRY *p_entry; in avrc_pars_vendor_rsp() local
|
/external/bluetooth/bluedroid/stack/include/ |
D | goep_fs.h | 242 tGOEP_DIRENTRY *p_entry, UINT16 event_id,
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_ee_int.h | 483 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/ |
D | nfa_ee_act.c | 302 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()
|