Lines Matching refs:hr
360 HRESULT hr; in HIDAPI_DriverXbox360_UpdateWindowsGamingInput() local
363 …hr = __x_ABI_CWindows_CGaming_CInput_CIGamepadStatics_get_Gamepads(wgi_state.gamepad_statics, &gam… in HIDAPI_DriverXbox360_UpdateWindowsGamingInput()
364 if (SUCCEEDED(hr)) { in HIDAPI_DriverXbox360_UpdateWindowsGamingInput()
367 … hr = __FIVectorView_1_Windows__CGaming__CInput__CGamepad_get_Size(gamepads, &num_gamepads); in HIDAPI_DriverXbox360_UpdateWindowsGamingInput()
368 if (SUCCEEDED(hr)) { in HIDAPI_DriverXbox360_UpdateWindowsGamingInput()
373 … hr = __FIVectorView_1_Windows__CGaming__CInput__CGamepad_GetAt(gamepads, i, &gamepad); in HIDAPI_DriverXbox360_UpdateWindowsGamingInput()
374 if (SUCCEEDED(hr)) { in HIDAPI_DriverXbox360_UpdateWindowsGamingInput()
426 …HRESULT hr = __x_ABI_CWindows_CGaming_CInput_CIGamepad_GetCurrentReading(wgi_state.per_gamepad[ii]… in HIDAPI_DriverXbox360_UpdateWindowsGamingInput() local
427 if (!SUCCEEDED(hr)) { in HIDAPI_DriverXbox360_UpdateWindowsGamingInput()
446 HRESULT hr; in HIDAPI_DriverXbox360_InitWindowsGamingInput() local
460 hr = WindowsCreateStringFunc(pNamespace, SDL_wcslen(pNamespace), &hNamespaceString); in HIDAPI_DriverXbox360_InitWindowsGamingInput()
461 if (SUCCEEDED(hr)) { in HIDAPI_DriverXbox360_InitWindowsGamingInput()
731 HRESULT hr; in HIDAPI_DriverXbox360_RumbleJoystick() local
734 …hr = __x_ABI_CWindows_CGaming_CInput_CIGamepad_put_Vibration(gamepad_state->gamepad, gamepad_state… in HIDAPI_DriverXbox360_RumbleJoystick()
735 if (SUCCEEDED(hr)) { in HIDAPI_DriverXbox360_RumbleJoystick()