Searched defs:commandToString (Results 1 - 3 of 3) 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 DFastMixerState.cpp57 const char *FastMixerState::commandToString(Command command) function in class:android::FastMixerState
59 const char *str = FastThreadState::commandToString(command);

Completed in 100 milliseconds