Home
last modified time | relevance | path

Searched refs:getCallbackCount (Results 1 – 5 of 5) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAudioStreamBase.java38 status.callbackCount = getCallbackCount(); in getStreamStatus()
182 public long getCallbackCount() { return -1; } in getCallbackCount() method in AudioStreamBase
DOboeAudioStream.java204 public native long getCallbackCount(); // TODO Move to another class? in getCallbackCount() method in OboeAudioStream
/external/oboe/apps/OboeTester/app/src/main/cpp/
DOboeStreamCallbackProxy.h37 int64_t getCallbackCount() { in getCallbackCount() function
DNativeAudioContext.h243 int64_t getCallbackCount() { in getCallbackCount() function
244 return oboeCallbackProxy.getCallbackCount(); in getCallbackCount()
Djni-bridge.cpp379 return engine.getCurrentActivity()->getCallbackCount(); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getCallbackCount()