Searched refs:flushing (Results 1 – 16 of 16) sorted by relevance
17 # Enable periodic flushing of the trace buffer into the output file.
18 # Enable periodic flushing of the trace buffer into the output file.
1194 FlushStatus *flushing = audio ? &mFlushingAudio : &mFlushingVideo; in onMessageReceived() local1196 err, audio ? "audio" : "video", *flushing); in onMessageReceived()1198 switch (*flushing) { in onMessageReceived()1207 *flushing = FLUSHING_DECODER_SHUTDOWN; // initiate shutdown after flush. in onMessageReceived()1215 *flushing = SHUTTING_DOWN_DECODER; // Shut down. in onMessageReceived()