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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h684 void hwc1Vsync(int hwc1DisplayId, int64_t timestamp);
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.h650 void hwc1Vsync(int hwc1DisplayId, int64_t timestamp);
H A DHWC2On1Adapter.cpp110 callbacks->mAdapter.hwc1Vsync(display, timestamp);
495 ALOGE("hwc1Vsync: Couldn't find display for HWC1 id %d",
2582 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) function in class:android::HWC2On1Adapter
2584 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestamp);
2596 ALOGE("hwc1Vsync: Couldn't find display for HWC1 id %d", hwc1DisplayId);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp73 callbacks->mAdapter.hwc1Vsync(display, timestamp);
454 ALOGE("hwc1Vsync: Couldn't find display for HWC1 id %d",
2557 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) { function in class:android::HWC2On1Adapter
2558 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestamp);
2570 ALOGE("hwc1Vsync: Couldn't find display for HWC1 id %d", hwc1DisplayId);

Completed in 177 milliseconds