Home
last modified time | relevance | path

Searched refs:commandToString (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/audioflinger/fastpath/
DFastCaptureState.cpp22 const char *FastCaptureState::commandToString(Command command) in commandToString() function in android::FastCaptureState
24 const char *str = FastThreadState::commandToString(command); in commandToString()
DFastMixerState.cpp40 const char *FastMixerState::commandToString(Command command) in commandToString() function in android::FastMixerState
42 const char *str = FastThreadState::commandToString(command); in commandToString()
DFastThreadState.cpp23 const char *FastThreadState::commandToString(FastThreadState::Command command) in commandToString() function in android::FastThreadState
DFastCaptureDumpState.cpp40 FastCaptureState::commandToString(mCommand), mReadSequence, mFramesRead, in dump()
DFastCaptureState.h53 static const char *commandToString(Command command);
DFastThreadState.h48 static const char *commandToString(Command command);
DFastMixerState.h96 static const char *commandToString(Command command);
DFastMixerDumpState.cpp59 FastMixerState::commandToString(mCommand), mWriteSequence, mFramesWritten, in dump()