Searched refs:hwc1DisplayId (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp495 auto hwc1DisplayId = pending.first; local
496 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) {
498 hwc1DisplayId);
501 auto displayId = mHwc1DisplayMap[hwc1DisplayId];
512 auto hwc1DisplayId = pending.first; local
513 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) {
515 hwc1DisplayId);
518 auto displayId = mHwc1DisplayMap[hwc1DisplayId];
2564 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) argument
2566 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestam
2592 hwc1Hotplug(int hwc1DisplayId, int connected) argument
[all...]
H A DHWC2On1Adapter.h642 void hwc1Vsync(int hwc1DisplayId, int64_t timestamp);
643 void hwc1Hotplug(int hwc1DisplayId, int connected);

Completed in 1749 milliseconds