Home
last modified time | relevance | path

Searched refs:captureRank (Results 1 – 2 of 2) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/jni/
Dsles.h52 volatile int32_t captureRank; // Set > 0 when the callback requests a systrace/bug report member
Dsles.cpp447 atomicSetIfGreater(&(stats->captureRank), diff_in_milli - expectedBufferPeriod); in updateBufferStats()
1043 int recorderRank = android_atomic_exchange(0, &pSles->recorderBufferStats.captureRank); in slesGetCaptureRank()
1044 int playerRank = android_atomic_exchange(0, &pSles->playerBufferStats.captureRank); in slesGetCaptureRank()