Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/power/linux/
A DSDL_syspower.c315 int_string(char *str, int *val) in int_string() function
363 } else if (!int_string(str, &ac_status)) { in SDL_GetPowerInfo_Linux_proc_apm()
369 } else if (!int_string(str, &battery_status)) { in SDL_GetPowerInfo_Linux_proc_apm()
374 } else if (!int_string(str, &battery_flag)) { in SDL_GetPowerInfo_Linux_proc_apm()
383 if (!int_string(str, &battery_percent)) { in SDL_GetPowerInfo_Linux_proc_apm()
389 } else if (!int_string(str, &battery_time)) { in SDL_GetPowerInfo_Linux_proc_apm()

Completed in 6 milliseconds