HomeSort by relevance Sort by last modified time
    Searched defs:LIRCFactoryCreator (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
OISLIRCFactoryCreator.h 38 class _OISExport LIRCFactoryCreator : public FactoryCreator
41 LIRCFactoryCreator();
42 ~LIRCFactoryCreator();
OISLIRCFactoryCreator.cpp 47 class LIRCFactoryCreator::BoostWrapper
50 LIRCFactoryCreator::BoostWrapper() : mSocket(mIOService), mThreadHandler(0)
68 LIRCFactoryCreator::LIRCFactoryCreator() :
94 LIRCFactoryCreator::~LIRCFactoryCreator()
103 void LIRCFactoryCreator::discoverRemotes()
199 void LIRCFactoryCreator::enableConnection(bool enable, bool blocking)
234 void LIRCFactoryCreator::enableConnectionThread(bool enable)
239 mWrapped->mThreadHandler = new boost::thread(boost::bind(&LIRCFactoryCreator::threadUpdate, this))
    [all...]

Completed in 360 milliseconds