Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp247 rcEnc->setDmaImpl(DMA_IMPL_NONE); in queryAndSetDmaImpl()
250 rcEnc->setDmaImpl(DMA_IMPL_v1); in queryAndSetDmaImpl()
252 rcEnc->setDmaImpl(DMA_IMPL_NONE); in queryAndSetDmaImpl()
DHostConnection.h84 void setDmaImpl(DmaImpl dmaImpl) { m_dmaImpl = dmaImpl; } in setDmaImpl() function