Home | History | Annotate | Download | only in power

Lines Matching defs:power

17 package com.android.server.power;
47 * Controls the power state of the display.
52 * This component acts independently of the rest of the power manager service.
54 * via asynchronous callbacks to inform the power manager that something has
60 * Note that the power manager service guarantees that it will hold a suspend
173 // Asynchronous callbacks into the power manager service.
221 // The pending power request.
230 // True if the pending power request or wait for negative proximity flag
235 // Set to true when the important parts of the pending power request have been applied.
241 // Set to true if a power state update is required.
247 // The currently requested power state.
248 // The power controller will progressively update its internal state to match
249 // the requested power state. Initially null until the first update.
252 // The current power state.
277 // When the screen turns on again, we report user activity to the power manager.
344 * Creates the display power controller.
455 * Requests a new power state.
457 * begins adjusting the power state to match what was requested.
459 * @param request The requested power state.
556 // Update the power state request.
566 return; // wait until first actual power request
591 // Initialize things the first time the power state is changed.
1257 * Asynchronous callbacks from the power controller to the power manager service.