Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/threads/
DWorkerThread.h111 struct Command { struct
112 Command() : mWorkItem(std::nullopt) {} in Command() function
113 Command(Item&& it) : mWorkItem(std::move(it)) {} in Command() function
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() argument
/hardware/google/aemu/base/include/aemu/base/process/
DProcess.h34 class Command; variable
205 friend Command; variable
DCommand.h88 Command(CommandArguments args) : mArgs(args){}; in Command() function
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h253 struct Command { struct
257 Command() in Command() function
260 Commands_e cmd; argument
272 Command getCommand(sp<CameraContext> currentCamera); argument
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp607 TEST_P(AudioEffectHidlTest, Command) { in TEST_P() argument