Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Dgoldfish_dma.h44 struct goldfish_dma_context { struct
54 int goldfish_dma_lock(struct goldfish_dma_context* cxt); argument
55 int goldfish_dma_unlock(struct goldfish_dma_context* cxt);
56 int goldfish_dma_create_region(uint32_t sz, struct goldfish_dma_context* res);
58 void* goldfish_dma_map(struct goldfish_dma_context* cxt);
59 int goldfish_dma_unmap(struct goldfish_dma_context* cxt);
61 void goldfish_dma_write(struct goldfish_dma_context* cxt,
65 void goldfish_dma_free(goldfish_dma_context* cxt);
66 uint64_t goldfish_dma_guest_paddr(struct goldfish_dma_context* cxt);
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()
35 int goldfish_dma_create_region(uint32_t sz, struct goldfish_dma_context* res) { in goldfish_dma_create_region()
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()
106 struct goldfish_dma_context* m_dmaCxt;
Dgralloc_cb.h132 goldfish_dma_context goldfish_dma;
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp124 goldfish_dma_context goldfish_dma;