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

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

Completed in 71 milliseconds