Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/base/
DWorkerThread.h109 struct Command { struct
110 Command() : mWorkItem(std::nullopt) {} in Command() function
111 Command(Item&& it) : mWorkItem(std::move(it)) {} in Command() function
112 Command(Command&& other) in Command() function
120 std::future<void> enqueueImpl(Command command) { in enqueueImpl() argument
DThreadPool.h75 struct Command { struct
79 Command(Item&& item, WorkerId workerId) : mItem(std::move(item)), mWorkerId(workerId) {} in Command() argument
/device/generic/vulkan-cereal/stream-servers/
DSyncThread.h99 struct Command { struct
103 using ThreadPool = android::base::ThreadPool<Command>; argument
DRenderWindow.cpp55 enum Command { enum
/device/generic/vulkan-cereal/scripts/print_gfx_logs/
Dprint_gfx_logs.py40 class Command(NamedTuple): class
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidWorkPool.cpp260 enum Command { enum in android::base::guest::WorkPoolThread
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp208 Command::Command(const std::string& executable, SubprocessStopper stopper) in Command() function in cuttlefish::Command