Searched defs:Command (Results 1 – 12 of 12) sorted by relevance
111 struct Command { struct112 Command() : mWorkItem(std::nullopt) {} in Command() argument113 Command(Item&& it) : mWorkItem(std::move(it)) {} in Command() argument114 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() function
122 struct Command { struct126 using ThreadPool = android::base::ThreadPool<Command>; argument
57 enum Command { enum
35 class Command; variable209 friend Command; variable
91 Command(CommandArguments args) : mArgs(args){}; in Command() function
38 def create_command_data(commands: List[Command]) -> bytearray:
56 class Command(NamedTuple): class
253 struct Command { struct257 Command() in Command() argument260 Commands_e cmd; argument272 Command getCommand(sp<CameraContext> currentCamera); argument
71 enum Command { enum
263 enum Command { enum in gfxstream::guest::WorkPoolThread
672 TEST_P(AudioEffectHidlTest, Command) { in TEST_P() argument