Home
last modified time | relevance | path

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

/frameworks/av/include/private/media/
DAudioTrackShared.h117 uint32_t stepUser(uint32_t frameCount); // called by client only, where
/frameworks/av/media/libmedia/
DAudioTrack.cpp707 mCblk->stepUser(mCblk->frameCount); in reload()
918 mCblk->stepUser(mCblk->frameCount); in createTrack_l()
1053 mCblk->stepUser(audioBuffer->frameCount); in releaseBuffer()
1376 mCblk->stepUser(frames); in restoreTrack_l()
1380 mCblk->stepUser(mCblk->frameCount); in restoreTrack_l()
1517 uint32_t audio_track_cblk_t::stepUser(uint32_t frameCount) in stepUser() function in android::audio_track_cblk_t
DAudioRecord.cpp600 mCblk->stepUser(audioBuffer->frameCount); in releaseBuffer()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp5560 mCblk->stepUser(outFrames); in write()