Home
last modified time | relevance | path

Searched refs:flushing (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/tests/FlickerTests/AppLaunch/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/tests/FlickerTests/Rotation/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/tests/FlickerTests/Notification/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/tests/FlickerTests/ActivityEmbedding/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/tests/FlickerTests/IME/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/tests/FlickerTests/FlickerService/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/tests/FlickerTests/AppClose/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/tests/FlickerTests/QuickSwitch/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/trace_config/
Dtrace_config.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/
Dtrace_config_multi_user.textproto17 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/base/tests/EnforcePermission/perf-app/
Dperfetto.textproto18 # Enable periodic flushing of the trace buffer into the output file.
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1194 FlushStatus *flushing = audio ? &mFlushingAudio : &mFlushingVideo; in onMessageReceived() local
1196 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()