OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_pwr_check
(Results
1 - 1
of
1
) sorted by null
/system/core/healthd/
healthd_mode_charger.cpp
113
int64_t
next_pwr_check
;
member in struct:charger
575
if (charger->
next_pwr_check
== -1) {
576
charger->
next_pwr_check
= now + UNPLUGGED_SHUTDOWN_TIME;
578
now, (int64_t)UNPLUGGED_SHUTDOWN_TIME, charger->
next_pwr_check
);
579
} else if (now >= charger->
next_pwr_check
) {
587
if (charger->
next_pwr_check
!= -1) {
591
charger->
next_pwr_check
= -1;
636
charger->
next_pwr_check
);
642
if (charger->
next_pwr_check
!= -1 && charger->
next_pwr_check
< next_event
[
all
...]
Completed in 530 milliseconds