Searched refs:charged (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/power/android/ |
A D | SDL_syspower.c | 36 int charged; in SDL_GetPowerInfo_Android() local 38 if (Android_JNI_GetPowerInfo(&plugged, &charged, &battery, seconds, percent) != -1) { in SDL_GetPowerInfo_Android() 40 if (charged) { in SDL_GetPowerInfo_Android()
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.h | 86 int Android_JNI_GetPowerInfo(int* plugged, int* charged, int* battery, int* seconds, int* percent);
|
A D | SDL_android.c | 2302 int Android_JNI_GetPowerInfo(int *plugged, int *charged, int *battery, int *seconds, int *percent) in Android_JNI_GetPowerInfo() argument 2371 if (charged) { in Android_JNI_GetPowerInfo() 2379 *charged = (status == 5) ? 1 : 0; in Android_JNI_GetPowerInfo()
|
Completed in 14 milliseconds