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

  /external/bluetooth/bluez/audio/
telephony-ofono.c 68 static int battchg_last = -1; /* "battery.charge_level.last_full" */ variable
880 if (value == &battchg_last)
890 if ((battchg_design > 0 || battchg_last > 0) && battchg_cur >= 0) {
893 if (battchg_last > 0)
894 max = battchg_last;
964 hal_get_integer(path, "battery.charge_level.last_full", &battchg_last);
1013 hal_get_integer(path, name, &battchg_last);
telephony-maemo.c 198 static int battchg_last = -1; /* "battery.charge_level.last_full" */ variable
    [all...]

Completed in 151 milliseconds