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

  /external/bluetooth/bluez/audio/
telephony-ofono.c 73 static int battchg_last = -1; /* "battery.charge_level.last_full" */ variable
921 if (value == &battchg_last)
931 if ((battchg_design > 0 || battchg_last > 0) && battchg_cur >= 0) {
934 if (battchg_last > 0)
935 max = battchg_last;
1000 hal_get_integer(path, name, &battchg_last);
1058 hal_get_integer(path, "battery.charge_level.last_full", &battchg_last);
telephony-maemo5.c 202 static int battchg_last = -1; /* "battery.charge_level.last_full" */ variable
    [all...]
telephony-maemo6.c 161 static int battchg_last = -1; /* "battery.charge_level.last_full" */ variable
1323 if (value == &battchg_last)
1333 if ((battchg_design > 0 || battchg_last > 0) && battchg_cur >= 0) {
1336 if (battchg_last > 0)
1337 max = battchg_last;
    [all...]

Completed in 472 milliseconds