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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp130 mAllocatedDisplayIDs.markBit(i);
411 !mAllocatedDisplayIDs.hasBit(id)) {
424 if (mAllocatedDisplayIDs.count() >= mNumDisplays) {
427 int32_t id = mAllocatedDisplayIDs.firstUnmarkedBit();
428 mAllocatedDisplayIDs.markBit(id);
440 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
443 mAllocatedDisplayIDs.clearBit(id);
464 if (uint32_t(disp)>31 || !mAllocatedDisplayIDs.hasBit(disp)) {
509 if (uint32_t(disp)>31 || !mAllocatedDisplayIDs.hasBit(disp)) {
553 if (uint32_t(id)>31 || !mAllocatedDisplayIDs
[all...]
H A DHWComposer.h363 BitSet32 mAllocatedDisplayIDs; member in class:android::HWComposer

Completed in 275 milliseconds