Lines Matching defs:flushing
790 FlushStatus *flushing = audio ? &mFlushingAudio : &mFlushingVideo;
791 ALOGE("received error(%#x) from %s decoder, flushing(%d), now shutting down",
792 err, audio ? "audio" : "video", *flushing);
794 switch (*flushing) {
803 *flushing = FLUSHING_DECODER_SHUTDOWN; // initiate shutdown after flush.
815 *flushing = SHUTTING_DOWN_DECODER; // Shut down.
1147 // decoder flush completes only occur in a flushing state.
1383 // Make sure we don't continue to scan sources until we finish flushing.
1515 // flushing or shutting down.
1518 // We're currently flushing, postpone the reset until that's