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

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp707 mCblk->stepUser(mCblk->frameCount);
918 mCblk->stepUser(mCblk->frameCount);
1053 mCblk->stepUser(audioBuffer->frameCount);
1374 // stepUser() clears CBLK_UNDERRUN_ON flag enabling underrun callbacks to
1376 mCblk->stepUser(frames);
1380 mCblk->stepUser(mCblk->frameCount);
1517 uint32_t audio_track_cblk_t::stepUser(uint32_t frameCount) function in class:android::audio_track_cblk_t
1530 ALOGW("stepUser occurred after track reset");
1569 // Mark that we have read the first buffer so that next time stepUser() is called

Completed in 716 milliseconds