Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalPlay.cpp206 int64_t nextReadPosition = mAudioEndpoint->getDataWriteCounter() - getBufferSize(); in processDataNow() local
207 wakeTime = mClockModel.convertPositionToTime(nextReadPosition); in processDataNow()