Searched refs:AutoGoldfishDmaContext (Results 1 – 3 of 3) sorted by relevance
22 class AutoGoldfishDmaContext {24 AutoGoldfishDmaContext();25 explicit AutoGoldfishDmaContext(goldfish_dma_context *ctx);26 ~AutoGoldfishDmaContext();33 AutoGoldfishDmaContext(const AutoGoldfishDmaContext &rhs);34 AutoGoldfishDmaContext& operator=(const AutoGoldfishDmaContext &rhs);
38 AutoGoldfishDmaContext::AutoGoldfishDmaContext() : m_ctx(empty()) {} in AutoGoldfishDmaContext() function in AutoGoldfishDmaContext40 AutoGoldfishDmaContext::AutoGoldfishDmaContext(goldfish_dma_context *ctx) in AutoGoldfishDmaContext() function in AutoGoldfishDmaContext45 AutoGoldfishDmaContext::~AutoGoldfishDmaContext() { in ~AutoGoldfishDmaContext()49 void AutoGoldfishDmaContext::reset(goldfish_dma_context *ctx) { in reset()59 goldfish_dma_context AutoGoldfishDmaContext::release() { in release()
64 AutoGoldfishDmaContext dma_buffer;