Home
last modified time | relevance | path

Searched refs:getDataReadCounter (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalCapture.cpp45 int64_t readCounter = mAudioEndpoint.getDataReadCounter(); in advanceClientToMatchServerPosition()
141 int64_t nextPosition = mAudioEndpoint.getDataReadCounter() + mFramesPerBurst; in processDataNow()
223 int64_t frames = mAudioEndpoint.getDataReadCounter() + mFramesOffsetFromService; in getFramesRead()
DAudioStreamInternalPlay.cpp90 int64_t readCounter = mAudioEndpoint.getDataReadCounter(); in advanceClientToMatchServerPosition()
249 : mAudioEndpoint.getDataReadCounter(); in getFramesRead()
DAudioEndpoint.h70 android::fifo_counter_t getDataReadCounter();
DAudioEndpoint.cpp225 fifo_counter_t AudioEndpoint::getDataReadCounter() in getDataReadCounter() function in AudioEndpoint