Searched refs:apmInfo (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/powerstatus/
H A DAPMDriverInterface.cpp50 apm_battery_info apmInfo; local
52 &apmInfo, sizeof(apm_battery_info));
54 info->state = apmInfo.online ? BATTERY_CHARGING : BATTERY_DISCHARGING;
55 info->capacity = apmInfo.percent;
57 info->time_left = apmInfo.time_left;

Completed in 31 milliseconds