Lines Matching refs:state
50 * @brief Notify when the state of a display changes
251 * @param reason Reason for power state change.
266 * @param reason Reason for power state change.
287 * @brief Set the screen power state by screen id.
290 * @param state Screen power state.
291 * @param reason Reason for power state change.
294 bool SetScreenPowerById(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason);
299 * @param state State of display.
300 * @param callback Callback for display state.
303 bool SetDisplayState(DisplayState state, DisplayStateCallback callback);
306 * @brief Get the state of the target display.