Home
last modified time | relevance | path

Searched refs:getGlitchCount (Results 1 – 3 of 3) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DGlitchActivity.java48 native int getGlitchCount(); in getGlitchCount() method in GlitchActivity
128 int glitchCount = getGlitchCount(); in run()
/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DGlitchAnalyzer.h49 int32_t getGlitchCount() const { in getGlitchCount() function
/external/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp599 return engine.mActivityGlitches.getGlitchAnalyzer()->getGlitchCount(); in Java_com_google_sample_oboe_manualtest_GlitchActivity_getGlitchCount()