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

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.h39 int64_t getFramesRead() override;
H A DAudioStreamInternalPlay.h56 int64_t getFramesRead() override;
H A DAudioStreamInternalCapture.cpp47 // Bump offset so caller does not see the retrograde motion in getFramesRead().
225 int64_t AudioStreamInternalCapture::getFramesRead() { function in class:AudioStreamInternalCapture
227 //ALOGD("getFramesRead() returns %lld", (long long)frames);
H A DAudioStreamInternalPlay.cpp84 // Bump offset so caller does not see the retrograde motion in getFramesRead().
249 int64_t AudioStreamInternalPlay::getFramesRead() function in class:AudioStreamInternalPlay
/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor_callback.cpp79 printf("%08d: ", (int)recorder.getFramesRead());
115 printf("%08d: ", (int)recorder.getFramesRead());
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.h85 virtual int64_t getFramesRead() override {
H A DAudioStreamTrack.h75 int64_t getFramesRead() override;
H A DAudioStreamTrack.cpp311 incrementFramesRead(getFramesWritten() - getFramesRead());
325 incrementFramesRead(getFramesWritten() - getFramesRead()); // TODO review
450 int64_t AudioStreamTrack::getFramesRead() { function in class:AudioStreamTrack
467 return AudioStreamLegacy::getFramesRead();
H A DAudioStreamRecord.cpp349 incrementFramesWritten(getFramesRead() - getFramesWritten()); // TODO review
350 mTimestampPosition.set(getFramesRead());
/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointCapture.cpp67 int64_t mmapFramesRead = getStreamInternal()->getFramesRead();
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimpleRecorder.h93 int64_t getFramesRead() { function in class:AAudioSimpleRecorder
/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.h271 virtual int64_t getFramesRead() = 0;
H A DAAudioAudio.cpp508 return audioStream->getFramesRead();

Completed in 118 milliseconds