Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/include/
H A 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()
/aosp12/system/netd/client/
H A DNetdClient.cpp94 static bool cached_result = propertyValueIsTrue(PROPERTY_REDIRECT_SOCKET_CALLS); in redirectSocketCallsIsTrue() local
95 return cached_result; in redirectSocketCallsIsTrue()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp105 static int cached_result = []()->int { in using_ion() local
129 return (cached_result == 1); in using_ion()