Searched defs:last_state (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/power/
H A Dpower.c41 static int last_state = -1; variable
168 if (last_state == -1) {
169 last_state = on;
171 if (last_state == on)
174 last_state = on;

Completed in 50 milliseconds