Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DVar.h94 void setDMA(bool state) { m_isDMA = state; } in setDMA()
97 bool isDMA() const { return m_isDMA; } in isDMA()
108 bool m_isDMA = false; variable