Searched refs:getFramesRead (Results 1 – 11 of 11) sorted by relevance
216 public long getFramesRead() { in getFramesRead() method in OboeAudioStream217 return getFramesRead(streamIndex); in getFramesRead()219 public native long getFramesRead(int streamIndex); in getFramesRead() method in OboeAudioStream
35 status.framesRead = getFramesRead(); in getStreamStatus()159 public long getFramesRead() { return -1; } in getFramesRead() method in AudioStreamBase
20 * AND you call stream->getFramesRead() or stream->getTimestamp(...) from inside28 1. Do not call stream->getFramesRead() or stream->getTimestamp() from inside the callback of an OUT…38 1. the app or Oboe calls getFramesRead() or getTimestamp(), which calls down to AudioTrack::getPosi…
145 int64_t AudioStream::getFramesRead() { in getFramesRead() function in oboe::AudioStream156 int64_t readCounter = getFramesRead(); in getAvailableFrames()
142 mFramesRead = static_cast<int64_t>(mChildStream->getFramesRead() * mRateScaler); in updateFramesRead()
195 <<"FramesRead: "<<stream->getFramesRead()<<std::endl in convertToText()
252 auto f = mStream->getFramesRead(); in TEST_F()256 ASSERT_EQ(mStream->getFramesRead(), f); in TEST_F()
241 virtual int64_t getFramesRead();
629 int64_t appFrameIndex = isOutput ? getFramesWritten() : getFramesRead(); in calculateLatencyMillis()
355 result = oboeStream->getFramesRead(); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getFramesRead()
512 * `getFramesRead()`