Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.h578 return &mGlitchAnalyzer; in getGlitchAnalyzer()
590 return mGlitchAnalyzer.isDone(); in isAnalyzerDone()
602 GlitchAnalyzer mGlitchAnalyzer; variable
DNativeAudioContext.cpp590 mFullDuplexGlitches = std::make_unique<FullDuplexAnalyzer>(&mGlitchAnalyzer); in configureBuilder()