Searched refs:ion_user_handle_t (Results 1 – 11 of 11) sorted by relevance
/system/core/libion/include/ion/ |
D | ion.h | 34 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/ |
D | ion.h | 23 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/ |
D | ion.h | 24 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/ |
D | ion.c | 62 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()
|
D | ion_test.c | 41 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/ |
D | allocate_test.cpp | 34 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()
|
D | invalid_values_test.cpp | 29 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()
|
D | formerly_valid_handle_test.cpp | 29 ion_user_handle_t m_handle;
|
D | ion_test_fixture.cpp | 48 ion_user_handle_t handle = 0; in SetUp()
|
D | map_test.cpp | 35 ion_user_handle_t handle = 0; in TEST_F()
|
D | exit_test.cpp | 36 ion_user_handle_t handle = 0; in TEST_F()
|