Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libion/test/
Dion_allocate_api_test.cpp27 #define TEST_ALLOC_CACHED 1 macro
79 {TEST_ALLOC_CACHED, "cached"}, in TEST_F()
81 {TEST_ALLOC_CACHED | TEST_ALLOC_BUDDY, "cached|flush_pool"}, in TEST_F()
98 unsigned int flags = (type.type_flags & TEST_ALLOC_CACHED) ? ION_FLAG_CACHED : 0; in TEST_F()
Dion_allocate_test.cpp28 #define TEST_ALLOC_CACHED 1 macro
82 {TEST_ALLOC_CACHED, "cached"}, in TEST_F()
84 {TEST_ALLOC_CACHED | TEST_ALLOC_BUDDY, "cached|flush_pool"}, in TEST_F()
104 data.flags = (type.type_flags & TEST_ALLOC_CACHED) ? ION_FLAG_CACHED : 0; in TEST_F()
136 {TEST_ALLOC_CACHED, "cached"}, in TEST_F()
138 {TEST_ALLOC_CACHED | TEST_ALLOC_BUDDY, "cached|flush_pool"}, in TEST_F()
167 data.flags = (type.type_flags & TEST_ALLOC_CACHED) ? ION_FLAG_CACHED : 0; in TEST_F()