Home
last modified time | relevance | path

Searched refs:IonSpecialTest (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libion/test/
Dion_test_fixture.h99 class IonSpecialTest : public IonTest {
105 IonSpecialTest();
106 virtual ~IonSpecialTest() {}; in ~IonSpecialTest()
111 class IonClientDeviceTest : public IonSpecialTest {
Dion_test_fixture.cpp139 IonSpecialTest::IonSpecialTest() : m_ionTestDevFd(-1) in IonSpecialTest() function in IonSpecialTest
143 void IonSpecialTest::SetUp() in SetUp()
153 void IonSpecialTest::TearDown() in TearDown()
160 int IonSpecialTest::ionAlloc(size_t size, unsigned int heapmask, in ionAlloc()
Dion_allocate_special.cpp49 class PhysTest : public IonSpecialTest {