Home
last modified time | relevance | path

Searched refs:DOZE (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp383 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()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp543 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()
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal54 * Indicates that the display supports PowerMode::DOZE and
56 * over DOZE (see the definition of PowerMode for more information),
57 * but if both DOZE and DOZE_SUSPEND are no different from
60 * indicates the display supports PowerMode::DOZE and
63 DOZE = 2,
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h360 DOZE, enumerator
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal86 DOZE = 1,
89 * The display is configured as in DOZE but may stop applying display
449 * Returns whether the given display supports PowerMode::DOZE and
451 * DOZE (see the definition of PowerMode for more information), but if
452 * both DOZE and DOZE_SUSPEND are no different from PowerMode::ON, the
543 * display supports PowerMode::DOZE or PowerMode::DOZE_SUSPEND may be
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp567 IComposerClient::DisplayCapability::DOZE) != capabilities.end(); in TEST_F()
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal328 * display supports PowerMode::DOZE or PowerMode::DOZE_SUSPEND may be
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_device_drm.cpp802 drm_atomic_intf_->Perform(DRMOps::CONNECTOR_SET_POWER_MODE, token_.conn_id, DRMPowerMode::DOZE); in Doze()