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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp452 auto hwc1DisplayId = pending.first; local
453 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) {
455 hwc1DisplayId);
458 auto displayId = mHwc1DisplayMap[hwc1DisplayId];
469 auto hwc1DisplayId = pending.first; local
470 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) {
472 hwc1DisplayId);
475 auto displayId = mHwc1DisplayMap[hwc1DisplayId];
2557 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) { argument
2558 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestam
2584 hwc1Hotplug(int hwc1DisplayId, int connected) argument
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp493 auto hwc1DisplayId = pending.first; local
494 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) {
496 hwc1DisplayId);
499 auto displayId = mHwc1DisplayMap[hwc1DisplayId];
510 auto hwc1DisplayId = pending.first; local
511 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) {
513 hwc1DisplayId);
516 auto displayId = mHwc1DisplayMap[hwc1DisplayId];
2582 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) argument
2584 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestam
2610 hwc1Hotplug(int hwc1DisplayId, int connected) argument
[all...]
H A DHWC2On1Adapter.h650 void hwc1Vsync(int hwc1DisplayId, int64_t timestamp);
651 void hwc1Hotplug(int hwc1DisplayId, int connected);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h684 void hwc1Vsync(int hwc1DisplayId, int64_t timestamp);
685 void hwc1Hotplug(int hwc1DisplayId, int connected);

Completed in 103 milliseconds