Home
last modified time | relevance | path

Searched refs:mAllocatedDisplayIDs (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer_hwc1.cpp132 mAllocatedDisplayIDs.markBit(i); in HWComposer()
435 !mAllocatedDisplayIDs.hasBit(id)) { in setVirtualDisplayProperties()
448 if (mAllocatedDisplayIDs.count() >= mNumDisplays) { in allocateDisplayId()
451 int32_t id = mAllocatedDisplayIDs.firstUnmarkedBit(); in allocateDisplayId()
452 mAllocatedDisplayIDs.markBit(id); in allocateDisplayId()
464 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) { in freeDisplayId()
467 mAllocatedDisplayIDs.clearBit(id); in freeDisplayId()
488 if (static_cast<uint32_t>(disp) >= MAX_HWC_DISPLAYS || !mAllocatedDisplayIDs.hasBit(disp)) { in getFormat()
538 if (uint32_t(disp)>31 || !mAllocatedDisplayIDs.hasBit(disp)) { in eventControl()
582 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) { in createWorkList()
[all …]
DHWComposer_hwc1.h387 BitSet32 mAllocatedDisplayIDs; variable