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

/vbox/src/VBox/Main/src-server/darwin/
H A DHostPowerDarwin.cpp172 int powerSource = POWER_SOURCE_OUTLET; local
196 powerSource = POWER_SOURCE_OUTLET;
199 powerSource = POWER_SOURCE_BATTERY;
226 if (powerSource == POWER_SOURCE_BATTERY &&
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp304 PDMACPIPOWERSOURCE powerSource = PDM_ACPI_POWER_SOURCE_UNKNOWN; local
309 powerSource = PDM_ACPI_POWER_SOURCE_OUTLET;
312 powerSource = PDM_ACPI_POWER_SOURCE_BATTERY;
335 if (powerSource == PDM_ACPI_POWER_SOURCE_BATTERY)
350 if ( powerSource == PDM_ACPI_POWER_SOURCE_OUTLET

Completed in 33 milliseconds