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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
H A DHostConnection.h83 m_dmaCxt = NULL;
90 void bindDmaContext(struct goldfish_dma_context* cxt) { m_dmaCxt = cxt; }
93 if (!m_dmaCxt) {
98 goldfish_dma_lock(m_dmaCxt);
99 goldfish_dma_write(m_dmaCxt, data, size);
100 uint64_t paddr = goldfish_dma_guest_paddr(m_dmaCxt);
109 struct goldfish_dma_context* m_dmaCxt; member in class:ExtendedRCEncoderContext

Completed in 30 milliseconds