Searched refs:getDataReadCounter (Results 1 – 4 of 4) sorted by relevance
45 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()
90 int64_t readCounter = mAudioEndpoint.getDataReadCounter(); in advanceClientToMatchServerPosition()249 : mAudioEndpoint.getDataReadCounter(); in getFramesRead()
70 android::fifo_counter_t getDataReadCounter();
225 fifo_counter_t AudioEndpoint::getDataReadCounter() in getDataReadCounter() function in AudioEndpoint