HomeSort by relevance Sort by last modified time
    Searched refs:battery_state (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
goldfish_battery.c 49 /* update this each time you update the battery_state struct */
80 static struct goldfish_battery_state *battery_state; variable in typeref:struct:goldfish_battery_state
163 battery_state = s;
167 register_savevm( "battery_state", 0, BATTERY_STATE_SAVE_VERSION,
178 battery_state->ac_online = value;
184 battery_state->status = value;
187 battery_state->health = value;
190 battery_state->present = value;
193 battery_state->capacity = value;
198 if (new_status != battery_state->int_status)
    [all...]
  /external/chromium_org/ash/system/chromeos/power/
power_status.cc 35 if (proto->battery_state() ==
136 return proto_.battery_state() !=
141 return proto_.battery_state() ==
146 return proto_.battery_state() ==
151 return IsLinePowerConnected() && proto_.battery_state() ==
  /external/chromium/chrome/browser/chromeos/cros/
power_library.cc 54 return status_.battery_state == chromeos::BATTERY_STATE_FULLY_CHARGED;
127 << " sta=" << status.battery_state
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 410 const bool battery_is_present = power_supply_properties_.battery_state() !=
419 const bool battery_is_full = power_supply_properties_.battery_state() ==

Completed in 517 milliseconds