Searched refs:getDataReadCounter (Results 1 – 4 of 4) sorted by relevance
44 int64_t readCounter = mAudioEndpoint.getDataReadCounter(); in advanceClientToMatchServerPosition()140 int64_t nextPosition = mAudioEndpoint.getDataReadCounter() + mFramesPerBurst; in processDataNow()226 int64_t frames = mAudioEndpoint.getDataReadCounter() + mFramesOffsetFromService; in getFramesRead()
70 android::fifo_counter_t getDataReadCounter();
81 int64_t readCounter = mAudioEndpoint.getDataReadCounter(); in advanceClientToMatchServerPosition()255 framesReadHardware = mAudioEndpoint.getDataReadCounter(); in getFramesRead()
225 fifo_counter_t AudioEndpoint::getDataReadCounter() in getDataReadCounter() function in AudioEndpoint