Searched defs:Command (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dmsg_formatting.h104 enum class Command : uint32_t { class in namespace:android::hardware::confirmationui::support
111 template <Command cmd>
114 #define DECLARE_COMMAND(cmd) using cmd##_t = Cmd<Command::cmd>
364 inline WriteStream write(WriteStream out, Command cmd) {
365 volatile Command* pos = reinterpret_cast<volatile Command*>(out.pos_);
366 out += sizeof(Command);
372 template <Command cmd>
377 inline std::tuple<ReadStream, bool> read(ReadStream in, Command cmd) {
378 volatile const Command* po
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.h253 struct Command { struct in class:qcamera::Interpreter
254 Command( Commands_e cmd_, char *arg_ = NULL) function in struct:qcamera::Interpreter::Command
257 Command() function in struct:qcamera::Interpreter::Command
272 Command getCommand(sp<CameraContext> currentCamera);
288 Vector<Command> mCommands;

Completed in 79 milliseconds