Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h81 m_dmaCxt = NULL; in ExtendedRCEncoderContext()
87 void bindDmaContext(struct goldfish_dma_context* cxt) { m_dmaCxt = cxt; } in bindDmaContext()
90 if (!m_dmaCxt) { in lockAndWriteDma()
95 goldfish_dma_lock(m_dmaCxt); in lockAndWriteDma()
96 goldfish_dma_write(m_dmaCxt, data, size); in lockAndWriteDma()
97 uint64_t paddr = goldfish_dma_guest_paddr(m_dmaCxt); in lockAndWriteDma()
106 struct goldfish_dma_context* m_dmaCxt; variable