Home
last modified time | relevance | path

Searched refs:OIS_EXCEPT (Results 1 – 25 of 33) sorted by relevance

12

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
DEventHelpers.cpp64 OIS_EXCEPT( E_General, "Could not read device events features"); in getComponentInfo()
84 OIS_EXCEPT( E_General, "Could not read device absolute axis features"); in getComponentInfo()
120 OIS_EXCEPT( E_General, "Could not read device relative axis features"); in getComponentInfo()
141 OIS_EXCEPT( E_General, "Could not read device buttons features"); in getComponentInfo()
161 OIS_EXCEPT( E_General, "Error with File Descriptor" ); in isJoyStick()
221 OIS_EXCEPT( E_General, "Could not read device absolute axis features"); in isJoyStick()
246 OIS_EXCEPT( E_General, "Could not read device name"); in getName()
261 OIS_EXCEPT( E_General, "Could not read device unique Id"); in getUniqueId()
276 OIS_EXCEPT( E_General, "Could not read device physical location"); in getPhysicalLocation()
326 OIS_EXCEPT( E_General, "Could not read device force feedback features"); in enumerateForceFeedback()
DLinuxForceFeedback.cpp65 OIS_EXCEPT(E_General, "Unknown error reading max number of uploaded effects."); in getFFMemoryLoad()
103 OIS_EXCEPT(E_General, "Unknown error changing master gain."); in setMasterGain()
132 OIS_EXCEPT(E_General, "Unknown error toggling auto-center."); in setAutoCenterMode()
157 OIS_EXCEPT(E_NotImplemented, "Requested force not implemented yet, sorry!"); in upload()
364 OIS_EXCEPT(E_General, "No such available effect for Periodic force!"); in _updatePeriodicEffect()
415 OIS_EXCEPT(E_General, "No such available effect for Conditional force!"); in _updateConditionalEffect()
472 OIS_EXCEPT(E_General, "Unknown error creating effect (may be the device is full)->.."); in _upload()
499 OIS_EXCEPT(E_General, "Unknown error updating an effect->.."); in _upload()
526 OIS_EXCEPT(E_General, "Unknown error stopping effect->.."); in _stop()
544 OIS_EXCEPT(E_General, "Unknown error playing effect->.."); in _start()
[all …]
DLinuxMouse.cpp62 OIS_EXCEPT(E_General, "LinuxMouse::_initialize >> Error opening X!"); in _initialize()
66 OIS_EXCEPT(E_General, "LinuxMouse::_initialize >> X error!"); in _initialize()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
DMacHelpers.cpp48OIS_EXCEPT(E_General, "KeyDownWrapper >> Being called by something other than our event handler!"); in KeyDownWrapper()
66OIS_EXCEPT(E_General, "KeyUpWrapper >> Being called by something other than our event handler!"); in KeyUpWrapper()
85OIS_EXCEPT(E_General, "KeyModWrapper >> Being called by something other than our event handler!"); in KeyModWrapper()
159OIS_EXCEPT(E_General, "MouseWrapper >> Being called by something other than our event handler!"); in MouseWrapper()
DMacJoyStick.cpp66 OIS_EXCEPT(E_General, "MacJoyStick::_initialize() >> Could not initialize joy device!"); in _initialize()
272OIS_EXCEPT(E_General, "JoyStick elements could not be copied: copyMatchingElements failed with err… in _enumerateCookies()
313 OIS_EXCEPT(E_General, "Queue could not be started."); in _createQueue()
318 OIS_EXCEPT(E_General, "Queue could not be created."); in _createQueue()
323 OIS_EXCEPT(E_General, "Queue allocation failed."); in _createQueue()
DMacInputManager.cpp110OIS_EXCEPT( E_General, "MacInputManager::_parseConfigSettings >> Unable to find a window or event … in _parseConfigSettings()
200 OIS_EXCEPT(E_InputDeviceNonExistant, "No devices match requested type."); in createObject()
DCocoaJoyStick.mm66 OIS_EXCEPT(E_General, "CocoaJoyStick::_initialize() >> Could not initialize joy device!");
272OIS_EXCEPT(E_General, "JoyStick elements could not be copied: copyMatchingElements failed with err…
313 OIS_EXCEPT(E_General, "Queue could not be started.");
318 OIS_EXCEPT(E_General, "Queue could not be created.");
323 OIS_EXCEPT(E_General, "Queue allocation failed.");
DMacMouse.cpp120 OIS_EXCEPT( E_General, "MacMouse::_initialize >> Error loading Mouse event handler" ); in _initialize()
123 OIS_EXCEPT( E_General, "MacMouse::_initialize >> Error loading Mouse event handler" ); in _initialize()
144OIS_EXCEPT(E_General, "MouseWrapper >> Being called by something other than our event handler!"); in WindowFocusChanged()
DCocoaInputManager.mm88OIS_EXCEPT( E_General, "CocoaInputManager::_parseConfigSettings >> Unable to find a window or even…
178 OIS_EXCEPT(E_InputDeviceNonExistant, "No devices match requested type.");
DMacKeyboard.cpp124 OIS_EXCEPT( E_General, "MacKeyboard::_initialize >> Error loading KeyDown event handler" ); in _initialize()
127 OIS_EXCEPT( E_General, "MacKeyboard::_initialize >> Error loading KeyUp event handler" ); in _initialize()
130 OIS_EXCEPT( E_General, "MacKeyboard::_initialize >> Error loading Keymods event handler" ); in _initialize()
DMacHIDManager.cpp137 OIS_EXCEPT(E_General, "Could not setup HID device search parameters"); in lookUpDevices()
191 OIS_EXCEPT(E_General, "Not able to create plugin interface"); in iterateAndOpenDevices()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32KeyBoard.cpp52 OIS_EXCEPT( E_General, "Win32Keyboard::Win32Keyboard >> Could not init device!"); in _initialize()
55 OIS_EXCEPT( E_General, "Win32Keyboard::Win32Keyboard >> format error!"); in _initialize()
60 OIS_EXCEPT( E_General, "Win32Keyboard::Win32Keyboard >> coop error!"); in _initialize()
72 OIS_EXCEPT( E_General, "Win32Keyboard::Win32Keyboard >> buffer error!"); in _initialize()
77 OIS_EXCEPT( E_General, "Win32Keyboard::Win32Keyboard >> aquire error!"); in _initialize()
124 OIS_EXCEPT( E_General, "Win32Keyboard::_readBuffered() >> Problem with Device!" ); in _readBuffered()
DWin32Mouse.cpp57 OIS_EXCEPT( E_General, "Win32Mouse::Win32Mouse >> Failed to create device" ); in _initialize()
60 OIS_EXCEPT( E_General, "Win32Mouse::Win32Mouse >> Failed to set format" ); in _initialize()
65 OIS_EXCEPT( E_General, "Win32Mouse::Win32Mouse >> Failed to set coop level" ); in _initialize()
68 OIS_EXCEPT( E_General, "Win32Mouse::Win32Mouse >> Failed to set property" ); in _initialize()
72 OIS_EXCEPT( E_General, "Win32Mouse::Win32Mouse >> Failed to aquire mouse!" ); in _initialize()
DWin32InputManager.cpp68 OIS_EXCEPT( E_InvalidParam, "Win32InputManager::Win32InputManager >> No HWND found!" ); in _initialize()
79 OIS_EXCEPT( E_General, "Win32InputManager::Win32InputManager >> The sent HWND is not valid!"); in _initialize()
86OIS_EXCEPT( E_General, "Win32InputManager::Win32InputManager >> Not able to init DirectX8 Input!"); in _initialize()
271 OIS_EXCEPT(E_InputDeviceNonExistant, "No devices match requested type."); in createObject()
DWin32ForceFeedback.cpp86OIS_EXCEPT(E_General, "Can't query FF memory load as device was not acquired in exclusive mode"); in getFFMemoryLoad()
88 OIS_EXCEPT(E_General, "Unknown error querying FF memory load ->.."); in getFFMemoryLoad()
104 default: OIS_EXCEPT(E_NotImplemented, "Requested Force not Implemented yet, sorry!"); break; in upload()
416 OIS_EXCEPT(E_DeviceFull, "Remove an effect before adding more!"); in _upload()
418 OIS_EXCEPT(E_General, "Unknown error creating effect->.."); in _upload()
427 if(FAILED(hr)) OIS_EXCEPT(E_InvalidParam, "Error updating device!"); in _upload()
DWin32JoyStick.cpp115 OIS_EXCEPT( E_General, "Win32JoyStick::_initialize() >> Could not initialize joy device!"); in _initialize()
118 OIS_EXCEPT( E_General, "Win32JoyStick::_initialize() >> data format error!"); in _initialize()
123 OIS_EXCEPT( E_General, "Win32JoyStick::_initialize() >> failed to set cooperation level!"); in _initialize()
126 OIS_EXCEPT( E_General, "Win32Mouse::Win32Mouse >> Failed to set buffer size property" ); in _initialize()
152 OIS_EXCEPT( E_General, "Win32JoyStick::_enumerate >> Failed to get capabilities" ); in _enumerate()
211OIS_EXCEPT( E_General, "Win32JoyStick::_DIEnumDeviceObjectsCallback >> Failed to set min/max range… in DIEnumDeviceObjectsCallback()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/SDL/
DSDLInputManager.cpp49 OIS_EXCEPT( E_General, "SDLInputManager::SDLInputManager >> SDL Not Initialized already!"); in _initialize()
94 default: OIS_EXCEPT( E_InputDeviceNotSupported, "Type not implemented"); in createInputObject()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
DOISInputManager.cpp132 OIS_EXCEPT(E_General, "No platform library.. check build platform defines!"); in createInputSystem()
216 OIS_EXCEPT(E_InputDeviceNonExistant, "No devices match requested type."); in createInputObject()
245 OIS_EXCEPT(E_General, "Object creator not known."); in destroyInputObject()
DOISForceFeedback.cpp38 OIS_EXCEPT( E_General, "Can't add unknown effect Force/Type to the supported list" ); in _addEffectTypes()
DOISEffect.cpp111 OIS_EXCEPT( E_NotSupported, "Requested ForceEffect is null!" ); in getForceEffect()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
DOISWiiMoteFactoryCreator.cpp132 OIS_EXCEPT(E_InputDeviceNonExistant, "No Device found which matches description!"); in createObject()
149 OIS_EXCEPT(E_General, "Device not found in wimote collection!"); in destroyObject()
DOISWiiMote.cpp74 OIS_EXCEPT(E_InputDisconnected, "Error connecting to WiiMote!"); in _initialize()
77 OIS_EXCEPT(E_InputDisconnected, "Error starting WiiMote data stream!"); in _initialize()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
DOISException.h76 #define OIS_EXCEPT( err, str ) throw( OIS::Exception(err, str, __LINE__, __FILE__) ) macro
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
DOISLIRCFactoryCreator.cpp363 OIS_EXCEPT(E_InputDeviceNonExistant, "No Device found which matches description!"); in createObject()
390 OIS_EXCEPT(E_General, "Device not found in LIRC remote collection!"); in destroyObject()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/
DiPhoneInputManager.mm142OIS_EXCEPT( E_General, "iPhoneInputManager::_parseConfigSettings >> Unable to find a window or eve…
215 OIS_EXCEPT(E_InputDeviceNonExistant, "No devices match requested type.");

12