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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp129 mAllocatedDisplayIDs.markBit(i);
399 !mAllocatedDisplayIDs.hasBit(id)) {
410 if (mAllocatedDisplayIDs.count() >= mNumDisplays) {
413 int32_t id = mAllocatedDisplayIDs.firstUnmarkedBit();
414 mAllocatedDisplayIDs.markBit(id);
424 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
427 mAllocatedDisplayIDs.clearBit(id);
474 if (uint32_t(disp)>31 || !mAllocatedDisplayIDs.hasBit(disp)) {
514 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
566 if (uint32_t(id)>31 || !mAllocatedDisplayIDs
[all...]
H A DHWComposer.h348 BitSet32 mAllocatedDisplayIDs; member in class:android::HWComposer

Completed in 41 milliseconds