HomeSort by relevance Sort by last modified time
    Searched defs:commandToString (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
FastThreadState.cpp 33 const char *FastThreadState::commandToString(FastThreadState::Command command)
FastCaptureState.cpp 31 const char *FastCaptureState::commandToString(Command command)
33 const char *str = FastThreadState::commandToString(command);
FastMixerState.cpp 57 const char *FastMixerState::commandToString(Command command)
59 const char *str = FastThreadState::commandToString(command);

Completed in 54 milliseconds