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