Searched refs:TEST_ALLOC_BUDDY (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/common/libion/test/ |
D | ion_allocate_api_test.cpp | 28 #define TEST_ALLOC_BUDDY 2 macro 80 {TEST_ALLOC_BUDDY, "uncached|flush_pool"}, in TEST_F() 81 {TEST_ALLOC_CACHED | TEST_ALLOC_BUDDY, "cached|flush_pool"}, in TEST_F() 91 …if ((type.type_flags & TEST_ALLOC_BUDDY) && !(getHeapFlags(heap_id) & ION_HEAPDATA_FLAGS_DEFER_FRE… in TEST_F() 105 if (type.type_flags & TEST_ALLOC_BUDDY) in TEST_F()
|
D | ion_allocate_test.cpp | 29 #define TEST_ALLOC_BUDDY 2 macro 83 {TEST_ALLOC_BUDDY, "uncached|flush_pool"}, in TEST_F() 84 {TEST_ALLOC_CACHED | TEST_ALLOC_BUDDY, "cached|flush_pool"}, in TEST_F() 89 … if ((type.type_flags & TEST_ALLOC_BUDDY) && !(getHeapFlags(i) & ION_HEAPDATA_FLAGS_DEFER_FREE)) in TEST_F() 111 if (type.type_flags & TEST_ALLOC_BUDDY) in TEST_F() 137 {TEST_ALLOC_BUDDY, "uncached|flush_pool"}, in TEST_F() 138 {TEST_ALLOC_CACHED | TEST_ALLOC_BUDDY, "cached|flush_pool"}, in TEST_F() 143 … if ((type.type_flags & TEST_ALLOC_BUDDY) && !(getHeapFlags(i) & ION_HEAPDATA_FLAGS_DEFER_FREE)) in TEST_F() 174 if (type.type_flags & TEST_ALLOC_BUDDY) in TEST_F()
|