Home
last modified time | relevance | path

Searched refs:ion_user_handle_t (Results 1 – 11 of 11) sorted by relevance

/system/core/libion/include/ion/
Dion.h34 unsigned int flags, ion_user_handle_t *handle);
38 int ion_free(int fd, ion_user_handle_t handle);
39 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot,
41 int ion_share(int fd, ion_user_handle_t handle, int *share_fd);
42 int ion_import(int fd, int share_fd, ion_user_handle_t *handle);
/system/core/libion/original-kernel-headers/linux/
Dion.h23 typedef int ion_user_handle_t; typedef
91 ion_user_handle_t handle;
105 ion_user_handle_t handle;
114 ion_user_handle_t handle;
/system/core/libion/kernel-headers/linux/
Dion.h24 typedef int ion_user_handle_t; typedef
51 ion_user_handle_t handle;
55 ion_user_handle_t handle;
60 ion_user_handle_t handle;
/system/core/libion/
Dion.c62 unsigned int flags, ion_user_handle_t *handle) in ion_alloc()
82 int ion_free(int fd, ion_user_handle_t handle) in ion_free()
90 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, in ion_map()
121 int ion_share(int fd, ion_user_handle_t handle, int *share_fd) in ion_share()
144 ion_user_handle_t handle; in ion_alloc_fd()
155 int ion_import(int fd, int share_fd, ion_user_handle_t *handle) in ion_import()
Dion_test.c41 int _ion_alloc_test(int *fd, ion_user_handle_t *handle) in _ion_alloc_test()
59 ion_user_handle_t handle; in ion_alloc_test()
77 ion_user_handle_t handle; in ion_map_test()
118 ion_user_handle_t handle; in ion_share_test()
/system/core/libion/tests/
Dallocate_test.cpp34 ion_user_handle_t handle = 0; in TEST_F()
49 ion_user_handle_t handle = 0; in TEST_F()
64 ion_user_handle_t handle = 0; in TEST_F()
79 ion_user_handle_t handle = 0; in TEST_F()
142 ion_user_handle_t handle = 0; in TEST_F()
Dinvalid_values_test.cpp29 ion_user_handle_t m_validHandle;
31 ion_user_handle_t const m_badHandle = -1;
58 ion_user_handle_t handle; in TEST_F()
160 ion_user_handle_t handle; in TEST_F()
Dformerly_valid_handle_test.cpp29 ion_user_handle_t m_handle;
Dion_test_fixture.cpp48 ion_user_handle_t handle = 0; in SetUp()
Dmap_test.cpp35 ion_user_handle_t handle = 0; in TEST_F()
Dexit_test.cpp36 ion_user_handle_t handle = 0; in TEST_F()