OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAllocatedDisplayIDs
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp
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))
[
all
...]
HWComposer.h
348
BitSet32
mAllocatedDisplayIDs
;
Completed in 245 milliseconds