Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libion/test/
Dion_test.h49 #define ION_IOC_TEST_PHYS _IOWR(ION_IOC_MAGIC, 0xf3, struct ion_test_phys_data) macro
Dion_allocate_special.cpp62 EXPECT_EQ(0, ioctl(getTestDevFd(), ION_IOC_TEST_PHYS, &data)); in ionTestPhys()