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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.h642 void hwc1Vsync(int hwc1DisplayId, int64_t timestamp);
H A DHWC2On1Adapter.cpp110 callbacks->mAdapter.hwc1Vsync(display, timestamp);
497 ALOGE("hwc1Vsync: Couldn't find display for HWC1 id %d",
2564 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) function in class:android::HWC2On1Adapter
2566 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestamp);
2578 ALOGE("hwc1Vsync: Couldn't find display for HWC1 id %d", hwc1DisplayId);

Completed in 659 milliseconds