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

/system/core/healthd/
H A Dhealthd_mode_charger.cpp253 static int request_suspend(bool enable) { function
260 static int request_suspend(bool /*enable*/) { function
287 if (charger->charger_connected) request_suspend(true);
305 if (charger->charger_connected) request_suspend(true);
455 request_suspend(false);
483 request_suspend(false);

Completed in 147 milliseconds