Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:flush

250 void AudioFlinger::TrackHandle::flush() {
251 mTrack->flush();
394 // flush the binder command buffer
618 // Acknowledge any pending flush(), so that subsequent new data isn't discarded.
641 // If the track is not active (PAUSED and buffers full), flush buffers
692 void AudioFlinger::PlaybackThread::Track::flush()
694 ALOGV("flush(%d)", mName);
701 // If offloaded we allow flush during any state except terminated
709 ALOGV("flush: offload flush");
718 ALOGV("flush called in active state, resetting buffer time out retry count");
728 // No point remaining in PAUSED state after a flush => go to
739 // Prevent flush being lost if the track is flushed and then resumed
749 // Do not reset twice to avoid discarding data written just after a flush and before