commit | 045ee7ea3e42b8657869d81c917feed5fb0c2b4a | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue Feb 17 16:22:04 2015 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Tue Feb 17 17:19:17 2015 -0800 |
tree | aee4e457c5ae65d9135f5008fa239e295162fb2d | |
parent | ea78b1497eef36b6a3ba783be20615989e87ed08 [diff] [blame] |
Pull out FastThreadDumpState Change-Id: Ic99890bbba4f856b65535f3df0f928de9e3e9748
diff --git a/services/audioflinger/FastThread.cpp b/services/audioflinger/FastThread.cpp index 216dace..3e12cca 100644 --- a/services/audioflinger/FastThread.cpp +++ b/services/audioflinger/FastThread.cpp
@@ -25,6 +25,7 @@ #include <utils/Log.h> #include <utils/Trace.h> #include "FastThread.h" +#include "FastThreadDumpState.h" #define FAST_DEFAULT_NS 999999999L // ~1 sec: default time to sleep #define FAST_HOT_IDLE_NS 1000000L // 1 ms: time to sleep while hot idling