Lines Matching refs:hwcDisplayId
1414 void SurfaceFlinger::onVsyncReceived(int32_t sequenceId, hwc2_display_t hwcDisplayId,
1424 if (!getHwComposer().onVsync(hwcDisplayId, timestamp)) {
1428 if (hwcDisplayId != getHwComposer().getInternalHwcDisplayId()) {
1468 void SurfaceFlinger::onHotplugReceived(int32_t sequenceId, hwc2_display_t hwcDisplayId,
1470 ALOGV("%s(%d, %" PRIu64 ", %s)", __FUNCTION__, sequenceId, hwcDisplayId,
1484 mPendingHotplugEvents.emplace_back(HotplugEvent{hwcDisplayId, connection});
1494 void SurfaceFlinger::onRefreshReceived(int sequenceId, hwc2_display_t /*hwcDisplayId*/) {
2557 getHwComposer().onHotplug(event.hwcDisplayId, event.connection);
2566 if (event.hwcDisplayId == getHwComposer().getInternalHwcDisplayId()) {
4848 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId);
4849 if (!hwcDisplayId) {
4855 *hwcDisplayId);
4858 if (!getHwComposer().getDisplayIdentificationData(*hwcDisplayId, &port, &data)) {