Home
last modified time | relevance | path

Searched refs:elapse_timestamp (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sm7250/display/sdm/include/core/
Dlayer_stack.h470 uint64_t elapse_timestamp = 0; //!< system time until which display commit needs to be held member
/hardware/qcom/sm7250/display/sdm/include/private/
Dhw_info_types.h745 uint64_t elapse_timestamp = 0; member
/hardware/qcom/sm7250/display/sdm/libs/core/
Ddisplay_base.cpp1834 if (layer_stack->elapse_timestamp) { in CommitLayerParams()
1835 hw_layers_.elapse_timestamp = layer_stack->elapse_timestamp; in CommitLayerParams()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_device_drm.cpp1607 if (hw_layers->elapse_timestamp > 0) { in AtomicCommit()
1611 if (current_time < hw_layers->elapse_timestamp) { in AtomicCommit()
1612 usleep(UINT32((hw_layers->elapse_timestamp - current_time) / 1000)); in AtomicCommit()
/hardware/qcom/sm7250/display/composer/
Dhwc_display.cpp1686 layer_stack_.elapse_timestamp = elapse_timestamp_; in CommitLayerStack()