HomeSort by relevance Sort by last modified time
    Searched defs:advanceWriteIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaaudio/src/fifo/
FifoControllerBase.cpp 57 void FifoControllerBase::advanceWriteIndex(fifo_frames_t numFrames) {
  /frameworks/av/media/libaaudio/src/client/
AudioEndpoint.cpp 211 void AudioEndpoint::advanceWriteIndex(int32_t deltaFrames) {
212 mDataQueue->getFifoControllerBase()->advanceWriteIndex(deltaFrames);

Completed in 475 milliseconds