|
| MOCK_METHOD (int, ion_open,()) |
|
| MOCK_METHOD (int, ion_close,(int fd)) |
|
| MOCK_METHOD (int, ion_alloc,(int fd, size_t len, size_t align, unsigned int heap_mask, unsigned int flags, ion_user_handle_t *handle)) |
|
| MOCK_METHOD (int, ion_free,(int fd, ion_user_handle_t handle)) |
|
| MOCK_METHOD (int, ion_share,(int fd, ion_user_handle_t handle, int *share_fd)) |
|
| MOCK_METHOD (int, ion_phys,(int fd, ion_user_handle_t handle, unsigned long *addr, unsigned int *size)) |
|
Definition at line 32 of file ionMemoryMocks.h.
The documentation for this class was generated from the following file: