Searched refs:getTimestampLatency (Results 1 – 4 of 4) sorted by relevance
232 return getTimestampLatency(streamIndex); in getLatency()234 public native double getTimestampLatency(int streamIndex); in getTimestampLatency() method in OboeAudioStream
270 double getTimestampLatency(int32_t streamIndex);
292 double ActivityContext::getTimestampLatency(int32_t streamIndex) { in getTimestampLatency() function in ActivityContext
396 return engine.getCurrentActivity()->getTimestampLatency(streamIndex); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getTimestampLatency()