Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
DOISInputManager.cpp184 DeviceList InputManager::listFreeDevices() in listFreeDevices()
186 DeviceList list; in listFreeDevices()
190 DeviceList temp = (*i)->freeDeviceList(); in listFreeDevices()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
DMacInputManager.cpp128 DeviceList MacInputManager::freeDeviceList() in freeDeviceList()
130 DeviceList ret; in freeDeviceList()
DCocoaInputManager.mm106 DeviceList CocoaInputManager::freeDeviceList()
108 DeviceList ret;
DMacHIDManager.cpp376 DeviceList MacHIDManager::freeDeviceList() in freeDeviceList()
378 DeviceList ret; in freeDeviceList()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/
Dcom.badlogic.gdx.controllers.desktop.ois.Ois.cpp32 OIS::DeviceList map = inputManager->listFreeDevices(); in Java_com_badlogic_gdx_controllers_desktop_ois_Ois_getJoystickNames()
36 for (OIS::DeviceList::iterator i = map.begin(); i != map.end(); ++i) { in Java_com_badlogic_gdx_controllers_desktop_ois_Ois_getJoystickNames()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
DOISWiiMoteFactoryCreator.cpp71 DeviceList WiiMoteFactoryCreator::freeDeviceList() in freeDeviceList()
73 DeviceList list; in freeDeviceList()
DOISWiiMoteFactoryCreator.h56 DeviceList freeDeviceList();
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
DLinuxInputManager.cpp104 DeviceList LinuxInputManager::freeDeviceList() in freeDeviceList()
106 DeviceList ret; in freeDeviceList()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
DOISFactoryCreator.h45 virtual DeviceList freeDeviceList() = 0;
DOISInputManager.h105 DeviceList listFreeDevices();
DOISPrereqs.h150 typedef std::multimap<Type, std::string> DeviceList; typedef
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32InputManager.cpp177 DeviceList Win32InputManager::freeDeviceList() in freeDeviceList()
179 DeviceList ret; in freeDeviceList()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
DCocoaInputManager.h47 DeviceList freeDeviceList();
DMacInputManager.h46 DeviceList freeDeviceList();
DMacHIDManager.h78 DeviceList freeDeviceList();
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
DLinuxInputManager.h48 DeviceList freeDeviceList();
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
DOISLIRCFactoryCreator.h46 DeviceList freeDeviceList();
DOISLIRCFactoryCreator.cpp294 DeviceList LIRCFactoryCreator::freeDeviceList() in freeDeviceList()
296 DeviceList list; in freeDeviceList()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
DWin32InputManager.h45 DeviceList freeDeviceList();
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/iphone/
DiPhoneInputManager.h61 DeviceList freeDeviceList();
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/
DiPhoneInputManager.mm146 DeviceList iPhoneInputManager::freeDeviceList()
148 DeviceList ret;
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
DOISConsole.cpp348 DeviceList list = g_InputManager->listFreeDevices(); in doStartup()
349 for( DeviceList::iterator i = list.begin(); i != list.end(); ++i ) in doStartup()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/
Dcocoa.diff499 + DeviceList freeDeviceList();
1579 +DeviceList CocoaInputManager::freeDeviceList()
1581 + DeviceList ret;