OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUM_BUFFER_SLOTS
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/gui/
Surface.h
152
enum {
NUM_BUFFER_SLOTS
= BufferQueue::
NUM_BUFFER_SLOTS
};
176
BufferSlot mSlots[
NUM_BUFFER_SLOTS
];
BufferQueue.h
45
enum {
NUM_BUFFER_SLOTS
= 32 };
52
enum { MAX_MAX_ACQUIRED_BUFFERS =
NUM_BUFFER_SLOTS
- 2 };
106
// between the minimum undequeued buffer count and
NUM_BUFFER_SLOTS
278
// The count must be between 2 and
NUM_BUFFER_SLOTS
, inclusive.
327
// count. The count must be between 2 and
NUM_BUFFER_SLOTS
, inclusive.
465
BufferSlot mSlots[
NUM_BUFFER_SLOTS
];
Completed in 384 milliseconds