Searched defs:stepUser (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp713 mCblk->stepUser(mCblk->frameCount);
924 mCblk->stepUser(mCblk->frameCount);
1059 mCblk->stepUser(audioBuffer->frameCount);
1380 // stepUser() clears CBLK_UNDERRUN_ON flag enabling underrun callbacks to
1382 mCblk->stepUser(frames);
1386 mCblk->stepUser(mCblk->frameCount);
1514 uint32_t audio_track_cblk_t::stepUser(uint32_t frameCount) function in class:android::audio_track_cblk_t
1527 ALOGW("stepUser occurred after track reset");
1566 // Mark that we have read the first buffer so that next time stepUser() is called

Completed in 138 milliseconds