Lines Matching defs:flushing
1044 FlushStatus *flushing = audio ? &mFlushingAudio : &mFlushingVideo;
1045 ALOGE("received error(%#x) from %s decoder, flushing(%d), now shutting down",
1046 err, audio ? "audio" : "video", *flushing);
1048 switch (*flushing) {
1057 *flushing = FLUSHING_DECODER_SHUTDOWN; // initiate shutdown after flush.
1070 *flushing = SHUTTING_DOWN_DECODER; // Shut down.
1445 // decoder flush completes only occur in a flushing state.
1793 // Make sure we don't continue to scan sources until we finish flushing.
1952 // flushing or shutting down.
1955 // We're currently flushing, postpone the reset until that's