Home
last modified time | relevance | path

Searched refs:getDataReadCounter (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalCapture.cpp45 int64_t readCounter = mAudioEndpoint->getDataReadCounter(); in advanceClientToMatchServerPosition()
146 int64_t nextPosition = mAudioEndpoint->getDataReadCounter() + mFramesPerBurst; in processDataNow()
231 mLastFramesRead = mAudioEndpoint->getDataReadCounter() + mFramesOffsetFromService; in getFramesRead()
DAudioEndpoint.cpp214 fifo_counter_t AudioEndpoint::getDataReadCounter() const { in getDataReadCounter() function in AudioEndpoint
245 ALOGD("data readCounter = %lld", (long long) getDataReadCounter()); in dump()
DAudioStreamInternalPlay.cpp90 int64_t readCounter = mAudioEndpoint->getDataReadCounter(); in advanceClientToMatchServerPosition()
248 : mAudioEndpoint->getDataReadCounter(); in getFramesRead()
DAudioEndpoint.h69 android::fifo_counter_t getDataReadCounter() const;