Home
last modified time | relevance | path

Searched refs:ePowerLevel (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_xinputjoystick.c389 SDL_JoystickPowerLevel ePowerLevel = SDL_JOYSTICK_POWER_UNKNOWN; in UpdateXInputJoystickBatteryInformation() local
391 ePowerLevel = SDL_JOYSTICK_POWER_WIRED; in UpdateXInputJoystickBatteryInformation()
395 ePowerLevel = SDL_JOYSTICK_POWER_EMPTY; in UpdateXInputJoystickBatteryInformation()
398 ePowerLevel = SDL_JOYSTICK_POWER_LOW; in UpdateXInputJoystickBatteryInformation()
401 ePowerLevel = SDL_JOYSTICK_POWER_MEDIUM; in UpdateXInputJoystickBatteryInformation()
405 ePowerLevel = SDL_JOYSTICK_POWER_FULL; in UpdateXInputJoystickBatteryInformation()
410 SDL_PrivateJoystickBatteryLevel(joystick, ePowerLevel); in UpdateXInputJoystickBatteryInformation()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick_c.h109 SDL_JoystickPowerLevel ePowerLevel);
A DSDL_joystick.c2277 void SDL_PrivateJoystickBatteryLevel(SDL_Joystick * joystick, SDL_JoystickPowerLevel ePowerLevel) in SDL_PrivateJoystickBatteryLevel() argument
2279 joystick->epowerlevel = ePowerLevel; in SDL_PrivateJoystickBatteryLevel()

Completed in 9 milliseconds