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.cpp771 hwc2_display_t target_display = display; in PresentDisplay() local
777 target_display = map_hwc_display_.find(display)->second; in PresentDisplay()
782 SEQUENCE_EXIT_SCOPE_LOCK(locker_[target_display]); in PresentDisplay()
783 if (!hwc_display_[target_display]) { in PresentDisplay()
784 DLOGW("Removed Display : display = %" PRIu64, target_display); in PresentDisplay()
795 hwc_display_[target_display]->ProcessActiveConfigChange(); in PresentDisplay()
796 status = PresentDisplayInternal(target_display); in PresentDisplay()
800 hwc_display_[target_display]->SetPendingRefresh(); in PresentDisplay()
803 status = hwc_display_[target_display]->Present(out_retire_fence); in PresentDisplay()
805 PerformQsyncCallback(target_display); in PresentDisplay()
[all …]