Searched refs:commandToString (Results 1 – 8 of 8) sorted by relevance
31 const char *FastCaptureState::commandToString(Command command) in commandToString() function in android::FastCaptureState33 const char *str = FastThreadState::commandToString(command); in commandToString()
57 const char *FastMixerState::commandToString(Command command) in commandToString() function in android::FastMixerState59 const char *str = FastThreadState::commandToString(command); in commandToString()
50 static const char *commandToString(Command command);
33 const char *FastThreadState::commandToString(FastThreadState::Command command) in commandToString() function in android::FastThreadState
55 static const char *commandToString(Command command);
49 FastCaptureState::commandToString(mCommand), mReadSequence, mFramesRead, in dump()
91 static const char *commandToString(Command command);
71 FastMixerState::commandToString(mCommand), mWriteSequence, mFramesWritten, in dump()