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/charger/
charger.c
117
int64_t
next_pwr_check
;
member in struct:charger
870
if (charger->
next_pwr_check
== -1) {
871
charger->
next_pwr_check
= now + UNPLUGGED_SHUTDOWN_TIME;
873
now, UNPLUGGED_SHUTDOWN_TIME, charger->
next_pwr_check
);
874
} else if (now >= charger->
next_pwr_check
) {
882
if (charger->
next_pwr_check
!= -1) {
886
charger->
next_pwr_check
= -1;
899
charger->
next_pwr_check
);
905
if (charger->
next_pwr_check
!= -1 && charger->
next_pwr_check
< next_event
[
all
...]
Completed in 403 milliseconds