Searched refs:commandToString (Results 1 – 8 of 8) sorted by relevance
22 const char *FastCaptureState::commandToString(Command command) in commandToString() function in android::FastCaptureState24 const char *str = FastThreadState::commandToString(command); in commandToString()
40 const char *FastMixerState::commandToString(Command command) in commandToString() function in android::FastMixerState42 const char *str = FastThreadState::commandToString(command); in commandToString()
23 const char *FastThreadState::commandToString(FastThreadState::Command command) in commandToString() function in android::FastThreadState
40 FastCaptureState::commandToString(mCommand), mReadSequence, mFramesRead, in dump()
53 static const char *commandToString(Command command);
48 static const char *commandToString(Command command);
96 static const char *commandToString(Command command);
59 FastMixerState::commandToString(mCommand), mWriteSequence, mFramesWritten, in dump()