Home
last modified time | relevance | path

Searched refs:getFramesRead (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libaaudio/examples/input_monitor/src/
Dinput_monitor_callback.cpp79 printf("%08d: ", (int)recorder.getFramesRead()); in main()
115 printf("%08d: ", (int)recorder.getFramesRead()); in main()
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalCapture.h39 int64_t getFramesRead() override;
DAudioStreamInternalPlay.h57 int64_t getFramesRead() override;
DAudioStreamInternalCapture.cpp222 int64_t AudioStreamInternalCapture::getFramesRead() { in getFramesRead() function in AudioStreamInternalCapture
DAudioStreamInternalPlay.cpp246 int64_t AudioStreamInternalPlay::getFramesRead() { in getFramesRead() function in AudioStreamInternalPlay
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp316 incrementFramesRead(getFramesWritten() - getFramesRead()); in requestFlush()
459 int64_t AudioStreamTrack::getFramesRead() { in getFramesRead() function in AudioStreamTrack
476 return AudioStreamLegacy::getFramesRead(); in getFramesRead()
DAudioStreamTrack.h75 int64_t getFramesRead() override;
DAudioStreamLegacy.h84 virtual int64_t getFramesRead() override { in getFramesRead() function
DAudioStreamRecord.cpp351 mFramesWritten.catchUpTo(getFramesRead()); in requestStop()
352 mTimestampPosition.catchUpTo(getFramesRead()); in requestStop()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointCapture.cpp67 int64_t mmapFramesRead = getStreamInternal()->getFramesRead(); in callbackLoop()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimpleRecorder.h93 int64_t getFramesRead() { in getFramesRead() function
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h260 virtual int64_t getFramesRead() = 0;
DAAudioAudio.cpp525 return audioStream->getFramesRead(); in AAudioStream_getFramesRead()