Home | History | Annotate | Download | only in libmedia

Lines Matching defs:flush

342 void AudioTrackClientProxy::flush()
471 void StaticAudioTrackClientProxy::flush()
473 LOG_FATAL("static flush");
523 int32_t flush = cblk->u.mStreaming.mFlush;
526 if (flush != mFlush) {
527 mFlush = flush;
582 // After flush(), allow releaseBuffer() on a previously obtained buffer;
583 // see "Acknowledge any pending flush()" in audioflinger/Tracks.cpp.
657 int32_t flush = cblk->u.mStreaming.mFlush;
658 if (flush != mFlush) {
672 // ignores flush(), so framesReady() may report a larger mFrameCount than obtainBuffer()