OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exceededCapacity
(Results
1 - 4
of
4
) sorted by null
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
BufferCallbackTimes.java
49
*
exceededCapacity
should be set to true only when there were late callbacks observed but
53
boolean
exceededCapacity
, short expectedBufferPeriod) {
56
mExceededCapacity =
exceededCapacity
;
/external/drrickorang/LoopbackApp/app/src/main/cpp/
loopback.h
33
bool
exceededCapacity
; // Set only if late callbacks come after array is full
jni_native.c
206
callbacks->
exceededCapacity
, expectedBufferPeriod);
sles.cpp
373
if (timeStamps->
exceededCapacity
) {
379
timeStamps->
exceededCapacity
= true;
595
false //bool
exceededCapacity
604
false //bool
exceededCapacity
[
all
...]
Completed in 145 milliseconds