Searched refs:overflow_count_ (Results 1 – 4 of 4) sorted by relevance
40 RTC_LOG(INFO) << "detected owerflows: " << overflow_count_; in ~AAudioRecorder()82 overflow_count_ = aaudio_.xrun_count(); in StartRecording()172 if (overflow_count > overflow_count_) { in OnDataCallback()174 overflow_count_ = overflow_count; in OnDataCallback()
117 int32_t overflow_count_ = 0; variable
42 RTC_LOG(INFO) << "detected owerflows: " << overflow_count_; in ~AAudioRecorder()88 overflow_count_ = aaudio_.xrun_count(); in StartRecording()184 if (overflow_count > overflow_count_) { in OnDataCallback()186 overflow_count_ = overflow_count; in OnDataCallback()
119 int32_t overflow_count_ = 0; variable