OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsQueueFull
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
queue.c
51
static int
IsQueueFull
() { return g_queue_size == MAX_QUEUE_SIZE; }
71
if (
IsQueueFull
()) {
/external/chromium_org/media/filters/
audio_renderer_algorithm.cc
231
bool AudioRendererAlgorithm::
IsQueueFull
() {
Completed in 515 milliseconds