Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_callbacks.cpp66 HWC2::Error HWCCallbacks::Vsync_2_4(hwc2_display_t display, int64_t timestamp, uint32_t period) { in Vsync_2_4() function in sdm::HWCCallbacks
106 case HWC2::Callback::Vsync_2_4: { in Register()
H A Dhwc_callbacks.h58 HWC2::Error Vsync_2_4(hwc2_display_t display, int64_t timestamp, uint32_t period);
H A Dhwc_display.cpp1444 callbacks_->Vsync_2_4(id_, vsync.timestamp, vsync_period); in VSync()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_callbacks.cpp88 HWC2::Error HWCCallbacks::Vsync_2_4(hwc2_display_t display, int64_t timestamp, uint32_t period) { in Vsync_2_4() function in sdm::HWCCallbacks
142 case HWC2::Callback::Vsync_2_4: { in Register()
H A Dhwc_callbacks.h57 HWC2::Error Vsync_2_4(hwc2_display_t display, int64_t timestamp, uint32_t period);
H A Dhwc_display.cpp1334 callbacks_->Vsync_2_4(id_, vsync.timestamp, vsync_period); in VSync()
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h811 Vsync_2_4 = HWC2_CALLBACK_VSYNC_2_4, enumerator