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()
DFastThreadState.h50 static const char *commandToString(Command command);
DFastThreadState.cpp33 const char *FastThreadState::commandToString(FastThreadState::Command command) in commandToString() function in android::FastThreadState
DFastCaptureState.h55 static const char *commandToString(Command command);
DFastCaptureDumpState.cpp49 FastCaptureState::commandToString(mCommand), mReadSequence, mFramesRead, in dump()
DFastMixerState.h91 static const char *commandToString(Command command);
DFastMixerDumpState.cpp71 FastMixerState::commandToString(mCommand), mWriteSequence, mFramesWritten, in dump()