Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
DOISInputManager.cpp61 m_lircSupport(0), in InputManager()
72 delete m_lircSupport; in ~InputManager()
284 if( m_lircSupport == 0 ) in enableAddOnFactory()
286 m_lircSupport = new LIRCFactoryCreator(); in enableAddOnFactory()
287 addFactoryCreator(m_lircSupport); in enableAddOnFactory()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
DOISInputManager.h201 LIRCFactoryCreator *m_lircSupport; variable