Home
last modified time | relevance | path

Searched refs:calculateLatencyMillis (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
DFilterAudioStream.h162 ResultWithValue<double> calculateLatencyMillis() override { in calculateLatencyMillis() function
164 return mChildStream->calculateLatencyMillis(); in calculateLatencyMillis()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.h74 ResultWithValue<double> calculateLatencyMillis() override;
DAudioStreamAAudio.cpp611 ResultWithValue<double> AudioStreamAAudio::calculateLatencyMillis() { in calculateLatencyMillis() function in oboe::AudioStreamAAudio
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStream.h266 virtual ResultWithValue<double> calculateLatencyMillis() { in calculateLatencyMillis() function
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamClosedMethods.cpp327 auto r = mStream->calculateLatencyMillis(); in TEST_F()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp386 auto result = oboeStream->calculateLatencyMillis(); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getLatency()