commit | f323451b24b06c4f3375488409af7c93ce08ba73 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue Jul 03 14:51:47 2018 -0700 |
committer | Andy Hung <hunga@google.com> | Tue Jul 10 10:59:21 2018 -0700 |
tree | 593f3e5441d6f69e653e0d7a2e7fde1a2f5190b6 | |
parent | 999ad2cf2a0a687abfb7ee147c3261f609cc4806 [diff] [blame] |
AudioFlinger: Dump Direct and Offload timestamp statistics Test: AudioFlinger dumpsys during offload playback Bug: 80502521 Change-Id: I8b4cb5eb47000a075a8ecaefdf4eb4c4ee23a304
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h index 0276cad..0bb492a 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h
@@ -62,6 +62,7 @@ #include <media/LinearMap.h> #include <media/VolumeShaper.h> +#include <audio_utils/clock.h> #include <audio_utils/SimpleLog.h> #include <audio_utils/TimestampVerifier.h>