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

  /hardware/ti/omap4xxx/ion/
ion.h 33 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
ion.c 129 int ion_share(int fd, struct ion_handle *handle, int *share_fd) function
ion_test.c 157 ret = ion_share(fd, handle, &share_fd);
  /external/kernel-headers/original/linux/
ion.h 185 * ion_share() - given a handle, obtain a buffer to pass to other clients
193 struct ion_buffer *ion_share(struct ion_client *client,
199 * @buffer: the buffer to import (as obtained from ion_share)

Completed in 482 milliseconds