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

/macosx-10.10.1/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBattery.h65 uint16_t fMachinePath; member in class:AppleSmartBattery
H A DAppleSmartBattery.cpp399 // Find next state to read for fMachinePath
403 if (0 != (cmdTable.table[found_current_index].pathBits & fMachinePath))
562 if (fPollingNow && (fMachinePath <= type)) {
566 BattLog("AppleSmartBattery::pollBatteryState already polling (%d <= %d)\n", fMachinePath, type);
571 fMachinePath = type;
577 fMachinePath = kBoot;
887 if (kBoot == fMachinePath) {
889 } else if (kFull == fMachinePath) {
891 } else if (kUserVis == fMachinePath) {

Completed in 102 milliseconds