Searched refs:exceededCapacity (Results 1 - 4 of 4) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DBufferCallbackTimes.java48 * exceededCapacity should be set to true only when there were late callbacks observed but
52 boolean exceededCapacity, short expectedBufferPeriod) {
55 mExceededCapacity = exceededCapacity;
51 BufferCallbackTimes(int[] timeStamps, short[] callbackDurations, boolean exceededCapacity, short expectedBufferPeriod) argument
/external/drrickorang/LoopbackApp/app/src/main/jni/
H A Dsles.h42 bool exceededCapacity; // Set only if late callbacks come after array is full member in struct:__anon5639
H A Djni_sles.c155 callbacks->exceededCapacity, expectedBufferPeriod);
H A Dsles.cpp390 if (timeStamps->exceededCapacity) {
396 timeStamps->exceededCapacity = true;
606 false //bool exceededCapacity
615 false //bool exceededCapacity

Completed in 2511 milliseconds