Searched refs:hwc1DisplayId (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.cpp | 493 auto hwc1DisplayId = pending.first; in registerCallback() local 494 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) { in registerCallback() 496 hwc1DisplayId); in registerCallback() 499 auto displayId = mHwc1DisplayMap[hwc1DisplayId]; in registerCallback() 510 auto hwc1DisplayId = pending.first; in registerCallback() local 511 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) { in registerCallback() 513 hwc1DisplayId); in registerCallback() 516 auto displayId = mHwc1DisplayMap[hwc1DisplayId]; in registerCallback() 2582 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) in hwc1Vsync() argument 2584 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestamp); in hwc1Vsync() [all …]
|
D | HWC2On1Adapter.h | 650 void hwc1Vsync(int hwc1DisplayId, int64_t timestamp); 651 void hwc1Hotplug(int hwc1DisplayId, int connected);
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 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() [all …]
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 684 void hwc1Vsync(int hwc1DisplayId, int64_t timestamp); 685 void hwc1Hotplug(int hwc1DisplayId, int connected);
|