Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h689 void hwc1Vsync(int hwc1DisplayId, int64_t timestamp);
DHWC2.cpp75 callbacks->mAdapter.hwc1Vsync(display, timestamp); in vsyncHook()
2712 void CfHWC2::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) { in hwc1Vsync() function in android::CfHWC2