summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastThreadState.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/audioflinger/FastThreadState.h')
-rw-r--r--services/audioflinger/FastThreadState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/audioflinger/FastThreadState.h b/services/audioflinger/FastThreadState.h
index 011921d..f18f846 100644
--- a/services/audioflinger/FastThreadState.h
+++ b/services/audioflinger/FastThreadState.h
@@ -46,6 +46,8 @@ struct FastThreadState {
FastThreadDumpState* mDumpState; // if non-NULL, then update dump state periodically
NBLog::Writer* mNBLogWriter; // non-blocking logger
+ // returns NULL if command belongs to a subclass
+ static const char *commandToString(Command command);
}; // struct FastThreadState
} // android