Searched refs:heapmask (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libion/test/ |
D | ion_allocate_api_test.cpp | 87 unsigned int heapmask = 1 << getLegacyHeapId(i); in TEST_F() local 101 …e() << "heap: " << getHeapName(heap_id) << ", heap id: " << heap_id << ", heapmask: " << heapmask); in TEST_F() 108 … EXPECT_LE(0, fd = exynos_ion_alloc(getIonFd(), size, heapmask, flags)) << ": " << strerror(errno); in TEST_F()
|
D | ion_test_fixture.cpp | 160 int IonSpecialTest::ionAlloc(size_t size, unsigned int heapmask, in ionAlloc() argument 168 data.heap_id_mask = heapmask; in ionAlloc()
|
D | ion_test_fixture.h | 103 int ionAlloc(size_t size, unsigned int heapmask, unsigned int flags);
|