Searched defs:Command (Results 1 – 5 of 5) sorted by relevance
111 struct Command { struct112 Command(Item&& it) : hasItem(true), workItem(std::move(it)) {} in Command() argument113 Command(SyncPoint* sp) : hasItem(false), syncPoint(sp) {} in Command() argument114 Command(Command&& other) : hasItem(other.hasItem) { in Command() argument121 ~Command() { in ~Command() argument138 mQueue.emplace_back(Command(std::move(x))); in enqueueImpl() argument
25 class Command; variable
32 class Command; variable
260 enum Command { enum in android::base::guest::WorkPoolThread
55 enum Command { enum