Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp200 memset(&goldfish_dma, 0, sizeof(goldfish_dma)); in gralloc_dmaregion_t()
206 goldfish_dma_create_region(sz, &goldfish_dma); in gralloc_dmaregion_t()
210 goldfish_dma_context goldfish_dma; member
252 if (grdma->goldfish_dma.mapped_addr) { in resize_gralloc_dmaregion_locked()
253 goldfish_dma_unmap(&grdma->goldfish_dma); in resize_gralloc_dmaregion_locked()
255 close(grdma->goldfish_dma.fd); in resize_gralloc_dmaregion_locked()
256 goldfish_dma_create_region(new_sz, &grdma->goldfish_dma); in resize_gralloc_dmaregion_locked()
326 if (!grdma->goldfish_dma.mapped_addr) { in gralloc_dmaregion_register_ashmem_dma_locked()
327 goldfish_dma_map(&grdma->goldfish_dma); in gralloc_dmaregion_register_ashmem_dma_locked()
529 } else if (grdma->goldfish_dma.mapped_addr) { in updateHostColorBuffer()
[all …]
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DAndroid.mk25 goldfish_dma.cpp \
/device/generic/goldfish-opengl/
DBUILD.gn37 "shared/OpenglCodecCommon/goldfish_dma.cpp",
38 "shared/OpenglCodecCommon/goldfish_dma.h",