Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dauto_goldfish_dma_context.h22 class AutoGoldfishDmaContext {
24 AutoGoldfishDmaContext();
25 explicit AutoGoldfishDmaContext(goldfish_dma_context *ctx);
26 ~AutoGoldfishDmaContext();
33 AutoGoldfishDmaContext(const AutoGoldfishDmaContext &rhs);
34 AutoGoldfishDmaContext& operator=(const AutoGoldfishDmaContext &rhs);
Dauto_goldfish_dma_context.cpp38 AutoGoldfishDmaContext::AutoGoldfishDmaContext() : m_ctx(empty()) {} in AutoGoldfishDmaContext() function in AutoGoldfishDmaContext
40 AutoGoldfishDmaContext::AutoGoldfishDmaContext(goldfish_dma_context *ctx) in AutoGoldfishDmaContext() function in AutoGoldfishDmaContext
45 AutoGoldfishDmaContext::~AutoGoldfishDmaContext() { in ~AutoGoldfishDmaContext()
49 void AutoGoldfishDmaContext::reset(goldfish_dma_context *ctx) { in reset()
59 goldfish_dma_context AutoGoldfishDmaContext::release() { in release()
DGLSharedGroup.h64 AutoGoldfishDmaContext dma_buffer;