Home
last modified time | relevance | path

Searched refs:mCommands (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
DComposerClientWriter.h251 std::vector<DisplayCommand> moved = std::move(mCommands); in takePendingCommands()
252 mCommands.clear(); in takePendingCommands()
259 std::vector<DisplayCommand> mCommands; variable
279 mCommands.emplace_back(std::move(*mDisplayCommand)); in flushDisplayCommand()
308 mCommands.clear(); in reset()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h288 Vector<Command> mCommands; variable
Dqcamera_test.cpp3150 mCommands.push_back(Command( in Interpreter()
3153 mCommands.push_back(Command( in Interpreter()
3183 mCommands.clear(); in ~Interpreter()
3200 return mCommands[mCmdIndex++]; in getCommand()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2610 StreamLogicDriverInvalidCommand(const CommandSequence& commands) : mCommands(commands) {} in StreamLogicDriverInvalidCommand()
2623 bool done() override { return mNextCommand >= mCommands.size(); } in done()
2626 return mCommands[mNextCommand++]; in getNextTrigger()
2630 const bool isLastCommand = currentCommand == mCommands.size() - 1; in interceptRawReply()
2635 std::string s = mCommands[currentCommand].toString(); in interceptRawReply()
2646 const CommandSequence mCommands; member in StreamLogicDriverInvalidCommand
2908 : mCommands(commands), mFrameSizeBytes(frameSizeBytes) { in StreamLogicDefaultDriver()
2909 mCommands->rewind(); in StreamLogicDefaultDriver()
2918 bool done() override { return mCommands->done(); } in done()
2920 auto trigger = mCommands->getTrigger(); in getNextTrigger()
[all …]