Home
last modified time | relevance | path

Searched refs:SDL_POWERSTATE_CHARGING (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_power.h47 SDL_POWERSTATE_CHARGING, /**< Plugged in, charging battery */ enumerator
/AliOS-Things-master/components/SDL2/src/power/android/
A DSDL_syspower.c43 *state = SDL_POWERSTATE_CHARGING; in SDL_GetPowerInfo_Android()
/AliOS-Things-master/components/SDL2/src/power/emscripten/
A DSDL_syspower.c49 … *state = batteryState.chargingTime == 0.0 ? SDL_POWERSTATE_CHARGED : SDL_POWERSTATE_CHARGING; in SDL_GetPowerInfo_Emscripten()
/AliOS-Things-master/components/SDL2/src/power/psp/
A DSDL_syspower.c48 *state = SDL_POWERSTATE_CHARGING; in SDL_GetPowerInfo_PSP()
/AliOS-Things-master/components/SDL2/test/
A Dtestpower.c35 case SDL_POWERSTATE_CHARGING: in report_power()
A Dtestautomation_platform.c468 state==SDL_POWERSTATE_CHARGING || in platform_testGetPowerInfo()
/AliOS-Things-master/components/SDL2/src/power/windows/
A DSDL_syspower.c46 *state = SDL_POWERSTATE_CHARGING; in SDL_GetPowerInfo_Windows()
/AliOS-Things-master/components/SDL2/src/power/linux/
A DSDL_syspower.c277 *state = SDL_POWERSTATE_CHARGING; in SDL_GetPowerInfo_Linux_proc_acpi()
404 *state = SDL_POWERSTATE_CHARGING; in SDL_GetPowerInfo_Linux_proc_apm()
481 st = SDL_POWERSTATE_CHARGING; in SDL_GetPowerInfo_Linux_sys_class_power_supply()
568 st = SDL_POWERSTATE_CHARGING; in check_upower_device()
/AliOS-Things-master/components/SDL2/src/power/haiku/
A DSDL_syspower.c98 *state = SDL_POWERSTATE_CHARGING; in SDL_GetPowerInfo_Haiku()
/AliOS-Things-master/components/SDL2/src/power/macosx/
A DSDL_syspower.c174 *state = SDL_POWERSTATE_CHARGING; in SDL_GetPowerInfo_MacOSX()
/AliOS-Things-master/components/SDL2/src/power/uikit/
A DSDL_syspower.m85 *state = SDL_POWERSTATE_CHARGING;

Completed in 16 milliseconds