Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/power/linux/
A DSDL_syspower.c289 next_string(char **_ptr, char **_str) in next_string() function
351 if (!next_string(&ptr, &str)) { /* driver version */ in SDL_GetPowerInfo_Linux_proc_apm()
354 if (!next_string(&ptr, &str)) { /* BIOS version */ in SDL_GetPowerInfo_Linux_proc_apm()
357 if (!next_string(&ptr, &str)) { /* APM flags */ in SDL_GetPowerInfo_Linux_proc_apm()
361 if (!next_string(&ptr, &str)) { /* AC line status */ in SDL_GetPowerInfo_Linux_proc_apm()
367 if (!next_string(&ptr, &str)) { /* battery status */ in SDL_GetPowerInfo_Linux_proc_apm()
372 if (!next_string(&ptr, &str)) { /* battery flag */ in SDL_GetPowerInfo_Linux_proc_apm()
377 if (!next_string(&ptr, &str)) { /* remaining battery life percent */ in SDL_GetPowerInfo_Linux_proc_apm()
387 if (!next_string(&ptr, &str)) { /* remaining battery life time */ in SDL_GetPowerInfo_Linux_proc_apm()
393 if (!next_string(&ptr, &str)) { /* remaining battery life time units */ in SDL_GetPowerInfo_Linux_proc_apm()

Completed in 3 milliseconds