Searched refs:getDataReadCounter (Results 1 – 5 of 5) sorted by relevance
72 int64_t readCounter = mAudioEndpoint->getDataReadCounter(); in advanceClientToMatchServerPosition()173 const int64_t nextPosition = mAudioEndpoint->getDataReadCounter() + in processDataNow()277 mAudioEndpoint->getDataReadCounter() + mFramesOffsetFromService); in getFramesRead()
78 android::fifo_counter_t getDataReadCounter() const;
236 fifo_counter_t AudioEndpoint::getDataReadCounter() const { in getDataReadCounter() function in AudioEndpoint272 ALOGD("data readCounter = %lld", (long long) getDataReadCounter()); in dump()
169 int64_t readCounter = mAudioEndpoint->getDataReadCounter() + serverMargin; in advanceClientToMatchServerPosition()384 : mAudioEndpoint->getDataReadCounter(); in getFramesRead()
396 const android::fifo_counter_t readCounter = mAudioEndpoint->getDataReadCounter(); in exitStandby_l()