Home
last modified time | relevance | path

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

/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dos_divers.c1447 Bool gf_sys_get_battery_state(Bool *onBattery, u32 *onCharge, u32*level, u32 *batteryLifeTime, u32 … in gf_sys_get_battery_state() argument
1455 if (batteryLifeTime) *batteryLifeTime = sps.BatteryLifeTime; in gf_sys_get_battery_state()
1463 if (batteryLifeTime) *batteryLifeTime = sps.BatteryLifeTime; in gf_sys_get_battery_state()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/gpac/
H A Dtools.h883 …Bool gf_sys_get_battery_state(Bool *onBattery, u32 *onCharge, u32 *level, u32 *batteryLifeTime, u3…
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/utils/
H A Dos_divers.c1901 Bool gf_sys_get_battery_state(Bool *onBattery, u32 *onCharge, u32*level, u32 *batteryLifeTime, u32 … in gf_sys_get_battery_state() argument
1909 if (batteryLifeTime) *batteryLifeTime = sps.BatteryLifeTime; in gf_sys_get_battery_state()
1917 if (batteryLifeTime) *batteryLifeTime = sps.BatteryLifeTime; in gf_sys_get_battery_state()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/utils/
H A Dos_divers.c2021 Bool gf_sys_get_battery_state(Bool *onBattery, u32 *onCharge, u32*level, u32 *batteryLifeTime, u32 … in gf_sys_get_battery_state() argument
2029 if (batteryLifeTime) *batteryLifeTime = sps.BatteryLifeTime; in gf_sys_get_battery_state()
2037 if (batteryLifeTime) *batteryLifeTime = sps.BatteryLifeTime; in gf_sys_get_battery_state()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Dtools.h819 Bool gf_sys_get_battery_state(Bool *onBattery, u32 *onCharge, u32 *level, u32 *batteryLifeTime, u32…
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Dtools.h819 Bool gf_sys_get_battery_state(Bool *onBattery, u32 *onCharge, u32 *level, u32 *batteryLifeTime, u32…
/dports/multimedia/gpac-libgpac/gpac-1.0.0/share/doc/idl/
H A Dscenejs.idl37 readonly attribute unsigned long batteryLifeTime;
/dports/multimedia/gpac-mp4box/gpac-1.0.0/share/doc/idl/
H A Dscenejs.idl37 readonly attribute unsigned long batteryLifeTime;
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c23092 int batteryLifeTime = 0; in system_options() local
23141 batteryLifeTime = scePowerGetBatteryLifeTime(); in system_options()
23143 if(batteryPercentage < 0 || batteryLifeTime < 0) _menutext(0, col2, 8, "Calculating..."); in system_options()
23144 …0, col2, 7, "%d%% - %02d:%02d", batteryPercentage, batteryLifeTime/60,batteryLifeTime-(batteryLife… in system_options()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c23446 int batteryLifeTime = 0; in system_options() local
23494 batteryLifeTime = scePowerGetBatteryLifeTime(); in system_options()
23496 if(batteryPercentage < 0 || batteryLifeTime < 0) _menutext(0, col2, 5, "Calculating..."); in system_options()
23497 …0, col2, 5, "%d%% - %02d:%02d", batteryPercentage, batteryLifeTime/60,batteryLifeTime-(batteryLife… in system_options()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c31316 int batteryLifeTime = 0; in system_options() local
31380 batteryLifeTime = scePowerGetBatteryLifeTime(); in system_options()
31382 if(batteryPercentage < 0 || batteryLifeTime < 0) in system_options()
31388 …col2, 5, "%d%% - %02d:%02d", batteryPercentage, batteryLifeTime / 60, batteryLifeTime - (batteryLi… in system_options()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c35422 int batteryLifeTime = 0; in menu_options_system() local
35485 batteryLifeTime = scePowerGetBatteryLifeTime(); in menu_options_system()
35487 if(batteryPercentage < 0 || batteryLifeTime < 0) in menu_options_system()
35493 …_labels, "%d%% - %02d:%02d", batteryPercentage, batteryLifeTime / 60, batteryLifeTime - (batteryLi… in menu_options_system()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c38986 int batteryLifeTime = 0; in menu_options_system() local
39049 batteryLifeTime = scePowerGetBatteryLifeTime(); in menu_options_system()
39051 if(batteryPercentage < 0 || batteryLifeTime < 0) in menu_options_system()
39057 …_labels, "%d%% - %02d:%02d", batteryPercentage, batteryLifeTime / 60, batteryLifeTime - (batteryLi… in menu_options_system()