Searched refs:advanceReadIndex (Results 1 – 10 of 10) sorted by relevance
97 void advanceReadIndex(fifo_frames_t numFrames) { in advanceReadIndex() function98 mFifo->advanceReadIndex(numFrames); in advanceReadIndex()
85 void advanceReadIndex(fifo_frames_t numFrames);
44 void FifoControllerBase::advanceReadIndex(fifo_frames_t numFrames) { in advanceReadIndex() function in FifoControllerBase
142 mFifo->advanceReadIndex(framesRead); in read()
224 void AudioEndpoint::advanceReadIndex(int32_t deltaFrames) { in advanceReadIndex() function in AudioEndpoint226 mDataQueue->advanceReadIndex(deltaFrames); in advanceReadIndex()
68 void advanceReadIndex(int32_t deltaFrames);
256 mAudioEndpoint->advanceReadIndex(framesReadFromAudioEndpoint); in readNowWithConversion()
99 fifo->advanceReadIndex(framesDesired); in mix()
701 fifo->advanceReadIndex(framesAvailable); in reportData()
57 fifoController.advanceReadIndex(advance1); in TEST()89 fifoController.advanceReadIndex(1); in TEST()