Lines Matching refs:hwc1DisplayId
452 auto hwc1DisplayId = pending.first; in registerCallback() local
453 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) { in registerCallback()
455 hwc1DisplayId); in registerCallback()
458 auto displayId = mHwc1DisplayMap[hwc1DisplayId]; in registerCallback()
469 auto hwc1DisplayId = pending.first; in registerCallback() local
470 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) { in registerCallback()
472 hwc1DisplayId); in registerCallback()
475 auto displayId = mHwc1DisplayMap[hwc1DisplayId]; in registerCallback()
2556 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) { in hwc1Vsync() argument
2557 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestamp); in hwc1Vsync()
2564 mPendingVsyncs.emplace_back(hwc1DisplayId, timestamp); in hwc1Vsync()
2568 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) { in hwc1Vsync()
2569 ALOGE("hwc1Vsync: Couldn't find display for HWC1 id %d", hwc1DisplayId); in hwc1Vsync()
2574 auto displayId = mHwc1DisplayMap[hwc1DisplayId]; in hwc1Vsync()
2583 void HWC2On1Adapter::hwc1Hotplug(int hwc1DisplayId, int connected) { in hwc1Hotplug() argument
2584 ALOGV("Received hwc1Hotplug(%d, %d)", hwc1DisplayId, connected); in hwc1Hotplug()
2586 if (hwc1DisplayId != HWC_DISPLAY_EXTERNAL) { in hwc1Hotplug()
2594 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) { in hwc1Hotplug()
2616 displayId = mHwc1DisplayMap[hwc1DisplayId]; in hwc1Hotplug()
2624 mPendingHotplugs.emplace_back(hwc1DisplayId, connected); in hwc1Hotplug()