Searched refs:refdata (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dgoep_fs.h88 UINT32 refdata; /* holder for OS specific data used to get next entry */ member in struct:__anon1556
/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c887 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);
921 /* Load new values into the return structure (refdata is left untouched) */
/external/bluetooth/bluedroid/bta/include/
H A Dbta_fs_co.h121 UINT32 refdata; /* holder for OS specific data used to get next entry */ member in struct:__anon759

Completed in 108 milliseconds