Home | History | Annotate | Download | only in DisplayHardware

Lines Matching refs:mAllocatedDisplayIDs

129         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.hasBit(id)) {
665 if (!mHwc || uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id))
671 if (!mHwc || uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id))
677 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id))
808 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id))
820 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id))
969 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
991 if (uint32_t(id) <= 31 && mAllocatedDisplayIDs.hasBit(id)) {