Searched refs:VideoStateChangedCommand (Results 1 – 2 of 2) sorted by relevance
64 class VideoStateChangedCommand : public VideoProcessCommand {65 DECLARE_CMD_CLASS(VideoStateChangedCommand);67 VideoStateChangedCommand(const int32_t userId, HdiStatus status) in VideoStateChangedCommand() function72 ~VideoStateChangedCommand() override = default;
97 int32_t VideoStateChangedCommand::Executing() in Executing()