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

  /hardware/qcom/msm8x84/kernel-headers/linux/
qseecom.h 54 struct qseecom_ion_fd_info ifd_data[MAX_ION_FD]; member in struct:qseecom_send_modfd_cmd_req
137 struct qseecom_ion_fd_info ifd_data[MAX_ION_FD]; member in struct:qseecom_send_modfd_listener_resp
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
qseecom.h 62 struct qseecom_ion_fd_info ifd_data[MAX_ION_FD]; member in struct:qseecom_send_modfd_cmd_req
187 struct qseecom_ion_fd_info ifd_data[MAX_ION_FD]; /* in */ member in struct:qseecom_send_modfd_listener_resp
  /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 202 struct ion_fd_data ifd_data; local
240 ifd_data.handle = ion_alloc_data.handle;
245 /* Call MAP ioctl to retrieve the ifd_data.fd file descriptor */
246 rc = ioctl(ion_fd, ION_IOC_MAP, &ifd_data);
255 MAP_SHARED, ifd_data.fd, 0);
262 handle->ifd_data_fd = ifd_data.fd;

Completed in 113 milliseconds