Home
last modified time | relevance | path

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

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