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

/haiku/src/apps/powerstatus/
H A DACPIDriverInterface.cpp111 info->full_capacity = fExtendedBatteryInfo.last_full_charge;
112 if (info->full_capacity < 0)
113 info->full_capacity = fExtendedBatteryInfo.design_capacity;
H A DDriverInterface.h28 int32 full_capacity; member in struct:battery_info
H A DAPMDriverInterface.cpp56 info->full_capacity = 100;
H A DPowerStatusView.cpp409 fHasBattery = fBatteryInfo.full_capacity > 0;
411 if (fBatteryInfo.full_capacity > 0 && fHasBattery) {
412 fPercent = (double)fBatteryInfo.capacity / fBatteryInfo.full_capacity;
577 if (info.full_capacity <= 0)
586 batteryInfo->full_capacity += info.full_capacity;
H A DExtendedInfoWindow.cpp126 string << fBatteryInfo.full_capacity;

Completed in 94 milliseconds