Searched refs:isSubClassCommand (Results 1 – 6 of 6) sorted by relevance
43 bool isSubClassCommand(FastThreadState::Command command) override;
45 virtual bool isSubClassCommand(FastThreadState::Command command) = 0;
56 bool isSubClassCommand(FastThreadState::Command command) override;
68 bool FastCapture::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand() function in android::FastCapture
162 LOG_ALWAYS_FATAL_IF(!isSubClassCommand(mCommand)); in threadLoop()
110 bool FastMixer::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand() function in android::FastMixer