Home
last modified time | relevance | path

Searched refs:ionTestMapping (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libion/test/
Dion_test_fixture.h113 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()
Dion_test_fixture.cpp191 void IonClientDeviceTest::ionTestMapping(int fd, bool write, unsigned long cmd, in ionTestMapping() function in IonClientDeviceTest