Home
last modified time | relevance | path

Searched refs:getFramesRead (Results 1 – 15 of 15) 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.h41 int64_t getFramesRead() override;
DAudioStreamInternalPlay.h56 int64_t getFramesRead() override;
DAudioStreamInternalPlay.cpp120 int64_t validFramesInBuffer = getFramesWritten() - getFramesRead(); in prepareBuffersForStop()
380 int64_t AudioStreamInternalPlay::getFramesRead() { in getFramesRead() function in AudioStreamInternalPlay
DAudioStreamInternalCapture.cpp274 int64_t AudioStreamInternalCapture::getFramesRead() { in getFramesRead() function in AudioStreamInternalCapture
DAudioStreamInternal.cpp367 getFramesRead(); in release_l()
404 getFramesRead(); in exitStandby_l()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointCapture.cpp62 int64_t mmapFramesRead = getStreamInternal()->getFramesRead(); in callbackLoop()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.h76 int64_t getFramesRead() override;
DAudioStreamTrack.cpp377 incrementFramesRead(getFramesWritten() - getFramesRead()); in requestFlush_l()
517 int64_t AudioStreamTrack::getFramesRead() { in getFramesRead() function in AudioStreamTrack
534 return AudioStreamLegacy::getFramesRead(); in getFramesRead()
DAudioStreamLegacy.h81 virtual int64_t getFramesRead() override { in getFramesRead() function
DAudioStreamRecord.cpp368 mFramesWritten.catchUpTo(getFramesRead()); in requestStop_l()
369 mTimestampPosition.catchUpTo(getFramesRead()); in requestStop_l()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimpleRecorder.h93 int64_t getFramesRead() { in getFramesRead() function
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h349 virtual int64_t getFramesRead() = 0;
DAudioStream.cpp381 : getFramesRead()) in close_l()
DAAudioAudio.cpp581 return audioStream->getFramesRead() * audioStream->getSampleRate() / in AAudioStream_getFramesRead()