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);
DFastMixer.h47 virtual bool isSubClassCommand(FastThreadState::Command command);
DFastThread.h47 virtual bool isSubClassCommand(FastThreadState::Command command) = 0;
DFastCapture.cpp75 bool FastCapture::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand() function in android::FastCapture
DFastThread.cpp193 LOG_ALWAYS_FATAL_IF(!isSubClassCommand(mCommand)); in threadLoop()
DFastMixer.cpp125 bool FastMixer::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand() function in android::FastMixer