Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_xinputjoystick.c225 SDL_JoystickPowerLevel ePowerLevel = SDL_JOYSTICK_POWER_UNKNOWN; in UpdateXInputJoystickBatteryInformation() local
227 ePowerLevel = SDL_JOYSTICK_POWER_WIRED; in UpdateXInputJoystickBatteryInformation()
232 ePowerLevel = SDL_JOYSTICK_POWER_EMPTY; in UpdateXInputJoystickBatteryInformation()
235 ePowerLevel = SDL_JOYSTICK_POWER_LOW; in UpdateXInputJoystickBatteryInformation()
238 ePowerLevel = SDL_JOYSTICK_POWER_MEDIUM; in UpdateXInputJoystickBatteryInformation()
242 ePowerLevel = SDL_JOYSTICK_POWER_FULL; in UpdateXInputJoystickBatteryInformation()
247 SDL_PrivateJoystickBatteryLevel( joystick, ePowerLevel ); in UpdateXInputJoystickBatteryInformation()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_joystick_c.h47 SDL_JoystickPowerLevel ePowerLevel);
DSDL_joystick.c913 void SDL_PrivateJoystickBatteryLevel(SDL_Joystick * joystick, SDL_JoystickPowerLevel ePowerLevel) in SDL_PrivateJoystickBatteryLevel() argument
915 joystick->epowerlevel = ePowerLevel; in SDL_PrivateJoystickBatteryLevel()