Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp624 return engine.mActivityDataPath.getDataPathAnalyzer()->getMagnitude(); in Java_com_google_sample_oboe_manualtest_TestDataPathsActivity_getMagnitude()
630 return engine.mActivityDataPath.getDataPathAnalyzer()->getMaxMagnitude(); in Java_com_google_sample_oboe_manualtest_TestDataPathsActivity_getMaxMagnitude()
636 return engine.mActivityDataPath.getDataPathAnalyzer()->getPhaseOffset(); in Java_com_google_sample_oboe_manualtest_TestDataPathsActivity_getPhase()
655 if (engine.mActivityDataPath.getDataPathAnalyzer()) { in Java_com_google_sample_oboe_manualtest_GlitchActivity_setInputChannelNative()
656 engine.mActivityDataPath.getDataPathAnalyzer()->setInputChannel(channel); in Java_com_google_sample_oboe_manualtest_GlitchActivity_setInputChannelNative()
667 if (engine.mActivityDataPath.getDataPathAnalyzer()) { in Java_com_google_sample_oboe_manualtest_GlitchActivity_setOutputChannelNative()
668 engine.mActivityDataPath.getDataPathAnalyzer()->setOutputChannel(channel); in Java_com_google_sample_oboe_manualtest_GlitchActivity_setOutputChannelNative()
DNativeAudioContext.h630 DataPathAnalyzer *getDataPathAnalyzer() { in getDataPathAnalyzer() function