Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
DOISFactoryCreator.h57 virtual int freeDevices(Type iType) = 0;
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
DOISWiiMoteFactoryCreator.h62 int freeDevices(Type iType);
DOISWiiMoteFactoryCreator.cpp91 int WiiMoteFactoryCreator::freeDevices(Type iType) in freeDevices() function in WiiMoteFactoryCreator
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
DCocoaInputManager.h53 int freeDevices(Type iType);
DMacInputManager.h52 int freeDevices(Type iType);
DMacHIDManager.h84 int freeDevices(Type iType);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
DLinuxInputManager.h54 int freeDevices(Type iType);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
DOISLIRCFactoryCreator.h52 int freeDevices(Type iType);
DOISLIRCFactoryCreator.cpp313 int LIRCFactoryCreator::freeDevices(Type iType) in freeDevices() function in LIRCFactoryCreator
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
DWin32InputManager.h51 int freeDevices(Type iType);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/iphone/
DiPhoneInputManager.h67 int freeDevices(Type iType);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
DMacInputManager.cpp153 int MacInputManager::freeDevices(Type iType) in freeDevices() function in MacInputManager
DMacHIDManager.cpp405 int MacHIDManager::freeDevices(Type iType) in freeDevices() function in MacHIDManager
445 int freeDevs = freeDevices(iType); in createObject()
DCocoaInputManager.mm131 int CocoaInputManager::freeDevices(Type iType) function
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
DLinuxInputManager.cpp136 int LinuxInputManager::freeDevices(Type iType) in freeDevices() function in LinuxInputManager
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
DOISInputManager.cpp204 if( (*i)->freeDevices(iType) > 0 ) in createInputObject()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32InputManager.cpp206 int Win32InputManager::freeDevices(Type iType) in freeDevices() function in Win32InputManager
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/
DiPhoneInputManager.mm171 int iPhoneInputManager::freeDevices(Type iType) function
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/
Dcocoa.diff504 + /** @copydoc FactoryCreator::freeDevices */
505 + int freeDevices(Type iType);
1604 +int CocoaInputManager::freeDevices(Type iType)