Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Dgoldfish_dma.cpp23 int goldfish_dma_lock(struct goldfish_dma_context* cxt) { in goldfish_dma_lock()
29 int goldfish_dma_unlock(struct goldfish_dma_context* cxt) { in goldfish_dma_unlock()
66 void* goldfish_dma_map(struct goldfish_dma_context* cxt) { in goldfish_dma_map()
77 int goldfish_dma_unmap(struct goldfish_dma_context* cxt) { in goldfish_dma_unmap()
84 void goldfish_dma_write(struct goldfish_dma_context* cxt, in goldfish_dma_write()
91 void goldfish_dma_free(goldfish_dma_context* cxt) { in goldfish_dma_free()
96 uint64_t goldfish_dma_guest_paddr(struct goldfish_dma_context* cxt) { in goldfish_dma_guest_paddr()
DHostConnection.h87 void bindDmaContext(struct goldfish_dma_context* cxt) { m_dmaCxt = cxt; } in bindDmaContext()