Home
last modified time | relevance | path

Searched defs:cxt (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dgoldfish_dma_host.cpp20 void* goldfish_dma_map(struct goldfish_dma_context* cxt) { in goldfish_dma_map()
24 int goldfish_dma_unmap(struct goldfish_dma_context* cxt) { in goldfish_dma_unmap()
28 void goldfish_dma_write(struct goldfish_dma_context* cxt, in goldfish_dma_write()
33 void goldfish_dma_free(goldfish_dma_context* cxt) { in goldfish_dma_free()
36 uint64_t goldfish_dma_guest_paddr(const struct goldfish_dma_context* cxt) { in goldfish_dma_guest_paddr()
Dgoldfish_dma.cpp85 void* goldfish_dma_map(struct goldfish_dma_context* cxt) { in goldfish_dma_map()
99 int goldfish_dma_unmap(struct goldfish_dma_context* cxt) { in goldfish_dma_unmap()
107 void goldfish_dma_write(struct goldfish_dma_context* cxt, in goldfish_dma_write()
115 void goldfish_dma_free(goldfish_dma_context* cxt) { in goldfish_dma_free()
119 uint64_t goldfish_dma_guest_paddr(const struct goldfish_dma_context* cxt) { in goldfish_dma_guest_paddr()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h60 void bindDmaContext(struct goldfish_dma_context* cxt) { m_dmaCxt = cxt; } in bindDmaContext()