Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2DmaBufAllocator.h88 static int cached_result = -1; in system_uncached_supported() local
90 if (cached_result == -1) { in system_uncached_supported()
92 cached_result = (stat("/dev/dma_heap/system-uncached", &buffer) == 0); in system_uncached_supported()
94 return (cached_result == 1); in system_uncached_supported()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp112 static int cached_result = []()->int { in using_ion() local
136 return (cached_result == 1); in using_ion()