Searched refs:captureRank (Results 1 – 2 of 2) sorted by relevance
41 volatile int32_t captureRank; // Set > 0 when the callback requests a systrace/bug report member
430 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()