summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastCaptureState.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/audioflinger/FastCaptureState.h')
-rw-r--r--services/audioflinger/FastCaptureState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/audioflinger/FastCaptureState.h b/services/audioflinger/FastCaptureState.h
index 29c865a..17302d3 100644
--- a/services/audioflinger/FastCaptureState.h
+++ b/services/audioflinger/FastCaptureState.h
@@ -44,6 +44,8 @@ struct FastCaptureState : FastThreadState {
WRITE = 0x10, // write to pipe sink
READ_WRITE = 0x18; // read from input source and write to pipe sink
+ // never returns NULL; asserts if command is invalid
+ static const char *commandToString(Command command);
}; // struct FastCaptureState
} // namespace android