HomeSort by relevance Sort by last modified time
    Searched defs:hwc1DisplayId (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp 452 auto hwc1DisplayId = pending.first;
453 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) {
455 hwc1DisplayId);
458 auto displayId = mHwc1DisplayMap[hwc1DisplayId];
469 auto hwc1DisplayId = pending.first;
470 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) {
472 hwc1DisplayId);
475 auto displayId = mHwc1DisplayMap[hwc1DisplayId];
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 493 auto hwc1DisplayId = pending.first;
494 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) {
496 hwc1DisplayId);
499 auto displayId = mHwc1DisplayMap[hwc1DisplayId];
510 auto hwc1DisplayId = pending.first;
511 if (mHwc1DisplayMap.count(hwc1DisplayId) == 0) {
513 hwc1DisplayId);
516 auto displayId = mHwc1DisplayMap[hwc1DisplayId];
    [all...]

Completed in 100 milliseconds