Searched refs:ionTestMapping (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/common/libion/test/ |
D | ion_test_fixture.h | 113 void ionTestMapping(int fd, bool write, unsigned long cmd, 120 ionTestMapping(fd, true, ION_IOC_TEST_DMA_MAPPING, ptr, size, offset); in ionTestWriteDma() 123 ionTestMapping(fd, false, ION_IOC_TEST_DMA_MAPPING, ptr, size, offset); in ionTestReadDma() 126 ionTestMapping(fd, true, ION_IOC_TEST_KERNEL_MAPPING, ptr, size, offset); in ionTestWriteKernel() 129 ionTestMapping(fd, false, ION_IOC_TEST_KERNEL_MAPPING, ptr, size, offset); in ionTestReadKernel()
|
D | ion_test_fixture.cpp | 191 void IonClientDeviceTest::ionTestMapping(int fd, bool write, unsigned long cmd, in ionTestMapping() function in IonClientDeviceTest
|