Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalCapture.cpp44 int64_t readCounter = mAudioEndpoint.getDataReadCounter(); in advanceClientToMatchServerPosition()
140 int64_t nextPosition = mAudioEndpoint.getDataReadCounter() + mFramesPerBurst; in processDataNow()
226 int64_t frames = mAudioEndpoint.getDataReadCounter() + mFramesOffsetFromService; in getFramesRead()
DAudioEndpoint.h70 android::fifo_counter_t getDataReadCounter();
DAudioStreamInternalPlay.cpp81 int64_t readCounter = mAudioEndpoint.getDataReadCounter(); in advanceClientToMatchServerPosition()
255 framesReadHardware = mAudioEndpoint.getDataReadCounter(); in getFramesRead()
DAudioEndpoint.cpp225 fifo_counter_t AudioEndpoint::getDataReadCounter() in getDataReadCounter() function in AudioEndpoint