Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.h47 bool customDecoder() { return m_customDecoder; } in customDecoder()
48 void setCustomDecoder(bool state) { m_customDecoder = state; } in setCustomDecoder()
61 bool m_customDecoder; variable
DEntryPoint.cpp39 m_customDecoder = false; in reset()