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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp133 mAllocatedDisplayIDs.markBit(i);
389 if (mAllocatedDisplayIDs.count() >= mNumDisplays) {
392 int32_t id = mAllocatedDisplayIDs.firstUnmarkedBit();
393 mAllocatedDisplayIDs.markBit(id);
402 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
405 mAllocatedDisplayIDs.clearBit(id);
447 if (uint32_t(disp)>31 || !mAllocatedDisplayIDs.hasBit(disp)) {
487 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
531 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
624 if (uint32_t(id)>31 || !mAllocatedDisplayIDs
[all...]
H A DHWComposer.h326 BitSet32 mAllocatedDisplayIDs; member in class:android::HWComposer

Completed in 51 milliseconds