Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libion/test/
Dion_allocate_api_test.cpp87 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()
Dion_test_fixture.cpp160 int IonSpecialTest::ionAlloc(size_t size, unsigned int heapmask, in ionAlloc() argument
168 data.heap_id_mask = heapmask; in ionAlloc()
Dion_test_fixture.h103 int ionAlloc(size_t size, unsigned int heapmask, unsigned int flags);