HomeSort by relevance Sort by last modified time
    Searched refs:advanceReadIndex (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libaaudio/src/fifo/
FifoControllerBase.h 85 void advanceReadIndex(fifo_frames_t numFrames);
FifoBuffer.h 103 void advanceReadIndex(fifo_frames_t numFrames) {
104 mFifo->advanceReadIndex(numFrames);
FifoControllerBase.cpp 44 void FifoControllerBase::advanceReadIndex(fifo_frames_t numFrames) {
FifoBuffer.cpp 144 mFifo->advanceReadIndex(framesRead);
  /frameworks/av/media/libaaudio/src/client/
AudioEndpoint.h 60 void advanceReadIndex(int32_t deltaFrames);
AudioEndpoint.cpp 216 void AudioEndpoint::advanceReadIndex(int32_t deltaFrames) {
217 mDataQueue->advanceReadIndex(deltaFrames);
AudioStreamInternalCapture.cpp 206 mAudioEndpoint.advanceReadIndex(framesProcessed);
  /frameworks/av/services/oboeservice/
AAudioMixer.cpp 102 fifo->advanceReadIndex(framesDesired);
  /frameworks/av/media/libaaudio/tests/
test_atomic_fifo.cpp 56 fifoController.advanceReadIndex(advance1);
88 fifoController.advanceReadIndex(1);

Completed in 63 milliseconds