Home
last modified time | relevance | path

Searched refs:mem_fd (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/util/
Dos_memory_fd.c109 int mem_fd; in os_malloc_aligned_fd() local
126 mem_fd = os_create_anonymous_file(alloc_size, fd_name); in os_malloc_aligned_fd()
128 if(mem_fd < 0) in os_malloc_aligned_fd()
133 if (fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL) != 0) in os_malloc_aligned_fd()
137 ptr = mmap(NULL, alloc_size, PROT_READ | PROT_WRITE, MAP_SHARED, mem_fd, 0); in os_malloc_aligned_fd()
162 *fd = mem_fd; in os_malloc_aligned_fd()
166 close(mem_fd); in os_malloc_aligned_fd()
/hardware/qcom/media/msm8974/libc2dcolorconvert/
DC2DColorConverter.h64 typedef C2D_STATUS (*LINK_c2dMapAddr)( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint3…
/hardware/qcom/media/msm8998/libc2dcolorconvert/
DC2DColorConverter.h64 typedef C2D_STATUS (*LINK_c2dMapAddr)( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint3…
/hardware/qcom/media/msm8996/libc2dcolorconvert/
DC2DColorConverter.h64 typedef C2D_STATUS (*LINK_c2dMapAddr)( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint3…
/hardware/qcom/sm8150/media/libc2dcolorconvert/
DC2DColorConverter.h93 typedef C2D_STATUS (*LINK_c2dMapAddr)( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint3…
/hardware/qcom/sm7250/media/libc2dcolorconvert/
DC2DColorConverter.h93 typedef C2D_STATUS (*LINK_c2dMapAddr)( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint3…
/hardware/qcom/sm8150/display/libcopybit/
Dc2d2.h666 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
Dcopybit_c2d.cpp80 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,
/hardware/qcom/display/msm8998/libcopybit/
Dc2d2.h666 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
Dcopybit_c2d.cpp78 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,
/hardware/qcom/display/msm8994/libcopybit/
Dc2d2.h664 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
Dcopybit_c2d.cpp80 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,
/hardware/qcom/display/msm8084/libcopybit/
Dc2d2.h664 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dc2d2.h666 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
Dcopybit_c2d.cpp80 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,
/hardware/qcom/display/msm8960/libcopybit/
Dc2d2.h664 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
Dcopybit_c2d.cpp83 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, uint32 len,
/hardware/qcom/display/msm8226/libcopybit/
Dc2d2.h664 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
Dcopybit_c2d.cpp81 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,
/hardware/qcom/display/msm8909/libcopybit/
Dc2d2.h666 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
Dcopybit_c2d.cpp80 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,
/hardware/qcom/display/msm8996/libcopybit/
Dc2d2.h666 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
Dcopybit_c2d.cpp80 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,
/hardware/qcom/sm7250/display/libcopybit/
Dc2d2.h666 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
Dcopybit_c2d.cpp80 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,

12