Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:RESET

2459             mWcStats.reset();
2460 mHzStats.reset();
2871 uint32_t resetMask = 0; // bit mask of fast tracks that need to be reset
2957 // track has provided at least some frames recently: reset retry count
3005 // Can't reset directly, as fast mixer is still polling this track
3006 // track->reset();
3007 // So instead mark this track as needing to be reset after push with ack
3115 mAudioMixer->setParameter(name, AudioMixer::RESAMPLE, AudioMixer::RESET, NULL);
3213 // reset retry count
3244 track->reset();
3303 // Now perform the deferred reset on fast tracks that have stopped
3312 track->reset();
3742 // reset retry count
3765 track->reset();
4230 void AudioFlinger::ThreadBase::TrackBase::reset() {
4238 ALOGV("TrackBase::reset");
4594 reset();
4600 // and then to STOPPED and reset() when presentation is complete
4654 // do not reset the track if it is still in the process of being stopped or paused.
4657 // remove from active track list, reset(), and trigger presentation complete
4660 reset();
4665 void AudioFlinger::PlaybackThread::Track::reset()
4667 // Do not reset twice to avoid discarding data written just after a flush and before
4670 TrackBase::reset();
4751 ALOGV("presentationComplete() reset: mPresentationCompleteFrames %d audioHalFrames %d",
5176 // Looks like our output is not on time. Reset our on timed status.
5422 TrackBase::reset();
6285 mResampler->reset();