Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/threads/
DWorkerThread.h111 struct Command { struct
112 Command() : mWorkItem(std::nullopt) {} in Command() argument
113 Command(Item&& it) : mWorkItem(std::move(it)) {} in Command() argument
114 Command(Command&& other) in Command() argument
122 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() function
/hardware/google/gfxstream/host/
DSyncThread.h122 struct Command { struct
126 using ThreadPool = android::base::ThreadPool<Command>; argument
DRenderWindow.cpp57 enum Command { enum
/hardware/google/aemu/base/include/aemu/base/process/
DProcess.h35 class Command; variable
209 friend Command; variable
DCommand.h91 Command(CommandArguments args) : mArgs(args){}; in Command() function
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dprint_gfx_logs_test.py38 def create_command_data(commands: List[Command]) -> bytearray:
Dprint_gfx_logs.py56 class Command(NamedTuple): class
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h253 struct Command { struct
257 Command() in Command() argument
260 Commands_e cmd; argument
272 Command getCommand(sp<CameraContext> currentCamera); argument
/hardware/interfaces/security/secretkeeper/aidl/vts/
Dsecretkeeper_cli.rs71 enum Command { enum
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidWorkPool.cpp263 enum Command { enum in gfxstream::guest::WorkPoolThread
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp672 TEST_P(AudioEffectHidlTest, Command) { in TEST_P() argument