Home
last modified time | relevance | path

Searched refs:EXYNOS_ION_HEAP_CRYPTO_MASK (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/libion/
Dion.cpp41 {"crypto", "crypto_heap", ION_FLAG_CACHED, EXYNOS_ION_HEAP_CRYPTO_MASK},
42 {"crypto-uncached", "crypto_heap", 0, EXYNOS_ION_HEAP_CRYPTO_MASK},
/hardware/google/graphics/common/libion/test/
Dexynos_api_test.cpp33 EXYNOS_ION_HEAP_CRYPTO_MASK, in TEST_F()
Dmap_test.cpp141 EXYNOS_ION_HEAP_CRYPTO_MASK, in TEST_F()
/hardware/google/graphics/common/libion/include/hardware/exynos/
Dion.h41 #define EXYNOS_ION_HEAP_CRYPTO_MASK (1 << ION_EXYNOS_HEAP_ID_CRYPTO) macro
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_ion.cpp210 heap_mask = EXYNOS_ION_HEAP_CRYPTO_MASK; in select_heap_mask()