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

/frameworks/av/include/private/media/
H A DAudioTrackShared.h117 uint32_t stepUser(uint32_t frameCount); // called by client only, where
/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
H A DAudioRecord.cpp575 mCblk->stepUser(audioBuffer->frameCount);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp5604 mCblk->stepUser(outFrames);

Completed in 277 milliseconds