Searched refs:advanceReadIndex (Results 1 – 8 of 8) sorted by relevance
44 void FifoControllerBase::advanceReadIndex(fifo_frames_t numFrames) { in advanceReadIndex() function in FifoControllerBase
85 void advanceReadIndex(fifo_frames_t numFrames);
151 mFifo->advanceReadIndex(framesRead); in read()
216 void AudioEndpoint::advanceReadIndex(int32_t deltaFrames) { in advanceReadIndex() function in AudioEndpoint217 mDataQueue->getFifoControllerBase()->advanceReadIndex(deltaFrames); in advanceReadIndex()
60 void advanceReadIndex(int32_t deltaFrames);
204 mAudioEndpoint.advanceReadIndex(framesProcessed); in readNowWithConversion()
102 fifo->getFifoControllerBase()->advanceReadIndex(framesDesired); in mix()
56 fifoController.advanceReadIndex(advance1); in TEST()