OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxLockedBuffers
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/gui/
CpuConsumer.cpp
35
mMaxLockedBuffers
(maxLockedBuffers),
62
if (mCurrentLockedBuffers ==
mMaxLockedBuffers
) {
121
for (; lockedIdx <
mMaxLockedBuffers
; lockedIdx++) {
127
assert(lockedIdx <
mMaxLockedBuffers
);
165
for (; lockedIdx <
mMaxLockedBuffers
; lockedIdx++) {
168
if (lockedIdx ==
mMaxLockedBuffers
) {
/frameworks/native/include/gui/
CpuConsumer.h
97
uint32_t
mMaxLockedBuffers
;
Completed in 247 milliseconds