HomeSort by relevance Sort by last modified time
    Searched refs:ifd_data (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/keymaster/
QSEEComAPI.h 201 * "ifd_data". This "ifd_data" holds information (ion fd handle and
230 struct QSEECom_ion_fd_info *ifd_data);
keymaster_qcom.cpp 200 struct ion_fd_data ifd_data; local
238 ifd_data.handle = ion_alloc_data.handle;
243 /* Call MAP ioctl to retrieve the ifd_data.fd file descriptor */
244 rc = ioctl(ion_fd, ION_IOC_MAP, &ifd_data);
253 MAP_SHARED, ifd_data.fd, 0);
260 handle->ifd_data_fd = ifd_data.fd;

Completed in 46 milliseconds