Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DFastCapture.h43 bool isSubClassCommand(FastThreadState::Command command) override;
DFastThread.h45 virtual bool isSubClassCommand(FastThreadState::Command command) = 0;
DFastMixer.h56 bool isSubClassCommand(FastThreadState::Command command) override;
DFastCapture.cpp68 bool FastCapture::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand() function in android::FastCapture
DFastThread.cpp162 LOG_ALWAYS_FATAL_IF(!isSubClassCommand(mCommand)); in threadLoop()
DFastMixer.cpp110 bool FastMixer::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand() function in android::FastMixer