Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libion/test/
Dion_test_fixture.cpp34 IonTest::IonTest() : m_ionFd(-1), m_heapCount(0), m_allHeapMask(0) in IonTest() function in IonTest
48 void IonTest::SetUp() in SetUp()
87 void IonTest::TearDown() in TearDown()
93 size_t IonTest::getCmaUsed(std::string heapname) in getCmaUsed()
117 IonTest::SetUp(); in SetUp()
136 IonTest::TearDown(); in TearDown()
145 IonTest::SetUp(); in SetUp()
155 IonTest::TearDown(); in TearDown()
Dion_test_fixture.h30 class IonTest : public ::testing::Test {
42 IonTest();
43 virtual ~IonTest() {}; in ~IonTest()
88 class IonAllocTest : public IonTest {
99 class IonSpecialTest : public IonTest {