Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DEchoActivity.java86 mInputLatency = getColdStartInputMillis(); in run()
130 private native int getColdStartInputMillis(); in getColdStartInputMillis() method in EchoActivity
/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.h197 int32_t getColdStartInputMillis() { in getColdStartInputMillis() function
Djni-bridge.cpp530 return engine.getCurrentActivity()->getColdStartInputMillis(); in Java_com_google_sample_oboe_manualtest_EchoActivity_getColdStartInputMillis()