Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastCaptureState.cpp31 const char *FastCaptureState::commandToString(Command command) in commandToString() function in android::FastCaptureState
33 const char *str = FastThreadState::commandToString(command); in commandToString()
DFastMixerState.cpp57 const char *FastMixerState::commandToString(Command command) in commandToString() function in android::FastMixerState
59 const char *str = FastThreadState::commandToString(command); in commandToString()
DFastCaptureState.h48 static const char *commandToString(Command command);
DFastThreadState.cpp33 const char *FastThreadState::commandToString(FastThreadState::Command command) in commandToString() function in android::FastThreadState
DFastThreadState.h50 static const char *commandToString(Command command);
DFastCaptureDumpState.cpp48 FastCaptureState::commandToString(mCommand), mReadSequence, mFramesRead, in dump()
DFastMixerState.h84 static const char *commandToString(Command command);
DFastMixerDumpState.cpp72 FastMixerState::commandToString(mCommand), mWriteSequence, mFramesWritten, in dump()