Searched refs:DOZE (Results 1 – 8 of 8) sorted by relevance
383 modes.push_back(IComposerClient::PowerMode::DOZE); in TEST_F()384 modes.push_back(IComposerClient::PowerMode::DOZE); in TEST_F()434 IComposerClient::PowerMode::DOZE); in TEST_F()
543 modes.push_back(IComposerClient::PowerMode::DOZE); in TEST_F()580 modes.push_back(IComposerClient::PowerMode::DOZE); in TEST_F()581 modes.push_back(IComposerClient::PowerMode::DOZE); in TEST_F()627 IComposerClient::PowerMode::DOZE); in TEST_F()
54 * Indicates that the display supports PowerMode::DOZE and56 * over DOZE (see the definition of PowerMode for more information),57 * but if both DOZE and DOZE_SUSPEND are no different from60 * indicates the display supports PowerMode::DOZE and63 DOZE = 2,
360 DOZE, enumerator
86 DOZE = 1,89 * The display is configured as in DOZE but may stop applying display449 * Returns whether the given display supports PowerMode::DOZE and451 * DOZE (see the definition of PowerMode for more information), but if452 * both DOZE and DOZE_SUSPEND are no different from PowerMode::ON, the543 * display supports PowerMode::DOZE or PowerMode::DOZE_SUSPEND may be
567 IComposerClient::DisplayCapability::DOZE) != capabilities.end(); in TEST_F()
328 * display supports PowerMode::DOZE or PowerMode::DOZE_SUSPEND may be
802 drm_atomic_intf_->Perform(DRMOps::CONNECTOR_SET_POWER_MODE, token_.conn_id, DRMPowerMode::DOZE); in Doze()