Home
last modified time | relevance | path

Searched refs:isSubClassCommand (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/
DFastCapture.h45 virtual bool isSubClassCommand(FastThreadState::Command command);
DFastThread.h47 virtual bool isSubClassCommand(FastThreadState::Command command) = 0;
DFastMixer.h58 virtual bool isSubClassCommand(FastThreadState::Command command);
DFastCapture.cpp76 bool FastCapture::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand() function in android::FastCapture
DFastThread.cpp202 LOG_ALWAYS_FATAL_IF(!isSubClassCommand(mCommand)); in threadLoop()
DFastMixer.cpp134 bool FastMixer::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand() function in android::FastMixer