Home
last modified time | relevance | path

Searched defs:getCallbackCount (Results 1 – 4 of 4) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/cpp/
DOboeStreamCallbackProxy.h151 int64_t getCallbackCount() { in getCallbackCount() function
DNativeAudioContext.h268 int64_t getCallbackCount() { in getCallbackCount() function
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DAudioStreamBase.java236 public long getCallbackCount() { return -1; } in getCallbackCount() method in AudioStreamBase
DOboeAudioStream.java252 public native long getCallbackCount(); // TODO Move to another class? in getCallbackCount() method in OboeAudioStream