HomeSort by relevance Sort by last modified time
    Searched full:battery_state (Results 1 - 1 of 1) 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...]

Completed in 2783 milliseconds