Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/composer/
Dhwc_session.cpp807 hwc2_display_t target_display = display; in PresentDisplay() local
813 target_display = map_hwc_display_.find(display)->second; in PresentDisplay()
818 SEQUENCE_EXIT_SCOPE_LOCK(locker_[target_display]); in PresentDisplay()
819 if (!hwc_display_[target_display]) { in PresentDisplay()
820 DLOGW("Removed Display : display = %" PRIu64, target_display); in PresentDisplay()
831 hwc_display_[target_display]->ProcessActiveConfigChange(); in PresentDisplay()
832 status = PresentDisplayInternal(target_display); in PresentDisplay()
836 hwc_display_[target_display]->SetPendingRefresh(); in PresentDisplay()
839 status = hwc_display_[target_display]->Present(out_retire_fence); in PresentDisplay()
841 PerformQsyncCallback(target_display); in PresentDisplay()
[all …]