Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalCapture.cpp72 int64_t readCounter = mAudioEndpoint->getDataReadCounter(); in advanceClientToMatchServerPosition()
173 const int64_t nextPosition = mAudioEndpoint->getDataReadCounter() + in processDataNow()
277 mAudioEndpoint->getDataReadCounter() + mFramesOffsetFromService); in getFramesRead()
DAudioEndpoint.h78 android::fifo_counter_t getDataReadCounter() const;
DAudioEndpoint.cpp236 fifo_counter_t AudioEndpoint::getDataReadCounter() const { in getDataReadCounter() function in AudioEndpoint
272 ALOGD("data readCounter = %lld", (long long) getDataReadCounter()); in dump()
DAudioStreamInternalPlay.cpp169 int64_t readCounter = mAudioEndpoint->getDataReadCounter() + serverMargin; in advanceClientToMatchServerPosition()
384 : mAudioEndpoint->getDataReadCounter(); in getFramesRead()
DAudioStreamInternal.cpp396 const android::fifo_counter_t readCounter = mAudioEndpoint->getDataReadCounter(); in exitStandby_l()