Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp339 int memfd = syscall(__NR_memfd_create, "HEIF-try-memfd", MFD_CLOEXEC); in isInMemoryTempFileSupported() local
340 if (memfd == -1) { in isInMemoryTempFileSupported()
346 close(memfd); in isInMemoryTempFileSupported()