Searched defs:ion_client (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A Dion.h60 /* ion_client
62 * ION and has unique address space. ion_client is an identifier of an ION
64 * All operations on ION needs a valid ion_client value and it can be obtained
67 typedef int ion_client; typedef
85 * @RETURN: new ion_client.
86 * netative value if creating new ion_client is failed.
89 * symmetrically. ion_client_destroy() needs a valid ion_client that
92 ion_client ion_client_create(void);
95 * @client: An ion_client value to remove.
97 void ion_client_destroy(ion_client clien
[all...]

Completed in 39 milliseconds