Searched refs:getDataReadCounter (Results 1 – 4 of 4) sorted by relevance
45 int64_t readCounter = mAudioEndpoint->getDataReadCounter(); in advanceClientToMatchServerPosition()146 int64_t nextPosition = mAudioEndpoint->getDataReadCounter() + mFramesPerBurst; in processDataNow()231 mLastFramesRead = mAudioEndpoint->getDataReadCounter() + mFramesOffsetFromService; in getFramesRead()
214 fifo_counter_t AudioEndpoint::getDataReadCounter() const { in getDataReadCounter() function in AudioEndpoint245 ALOGD("data readCounter = %lld", (long long) getDataReadCounter()); in dump()
90 int64_t readCounter = mAudioEndpoint->getDataReadCounter(); in advanceClientToMatchServerPosition()248 : mAudioEndpoint->getDataReadCounter(); in getFramesRead()
69 android::fifo_counter_t getDataReadCounter() const;