Searched refs:DOZE (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 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()
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 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()
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 54 * 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/ |
D | drm_interface.h | 360 DOZE, enumerator
|
/hardware/qcom/sm8150/display/libdrmutils/ |
D | drm_interface.h | 409 DOZE, enumerator
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 86 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/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 567 IComposerClient::DisplayCapability::DOZE) != capabilities.end(); in TEST_F()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 909 drm_atomic_intf_->Perform(DRMOps::CONNECTOR_SET_POWER_MODE, token_.conn_id, DRMPowerMode::DOZE); in Doze() 1182 DRMPowerMode power_mode = pending_doze_ ? DRMPowerMode::DOZE : DRMPowerMode::ON; in SetupAtomic() 1186 drm_atomic_intf_->Perform(DRMOps::CONNECTOR_SET_POWER_MODE, token_.conn_id, DRMPowerMode::DOZE); in SetupAtomic()
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 328 * display supports PowerMode::DOZE or PowerMode::DOZE_SUSPEND may be
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 802 drm_atomic_intf_->Perform(DRMOps::CONNECTOR_SET_POWER_MODE, token_.conn_id, DRMPowerMode::DOZE); in Doze()
|