Searched defs:Command (Results 1 – 6 of 6) sorted by relevance
111 struct Command { struct112 Command() : mWorkItem(std::nullopt) {} in Command() function113 Command(Item&& it) : mWorkItem(std::move(it)) {} in Command() function114 Command(Command&& other) in Command() argument122 std::future<void> enqueueImpl(Command command) { in enqueueImpl() argument
75 struct Command { struct79 Command(Item&& item, WorkerId workerId) : mItem(std::move(item)), mWorkerId(workerId) {} in Command() argument
34 class Command; variable205 friend Command; variable
88 Command(CommandArguments args) : mArgs(args){}; in Command() function
253 struct Command { struct257 Command() in Command() function260 Commands_e cmd; argument272 Command getCommand(sp<CameraContext> currentCamera); argument
607 TEST_P(AudioEffectHidlTest, Command) { in TEST_P() argument