Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/power/android/
A DSDL_syspower.c36 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 DSDL_android.h86 int Android_JNI_GetPowerInfo(int* plugged, int* charged, int* battery, int* seconds, int* percent);
A DSDL_android.c2302 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