blob: 6afbf663dc1167df529f1172bb06812f0f08255c [file] [log] [blame]
// camera/mojo/algorithm/camera_algorithm.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CAMERA_MOJO_ALGORITHM_CAMERA_ALGORITHM_MOJOM_SHARED_MESSAGE_IDS_H_
#define CAMERA_MOJO_ALGORITHM_CAMERA_ALGORITHM_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace cros::mojom {
namespace messages {
enum class CameraAlgorithmOps : uint32_t {
kInitialize = 0,
kRegisterBuffer = 1,
kRequest = 2,
kDeregisterBuffers = 3,
kUpdateReturn = 4,
kDeinitialize = 5,
};
enum class CameraAlgorithmCallbackOps : uint32_t {
kReturn = 0,
kUpdate = 1,
};
} // namespace messages
} // cros::mojom
#endif // CAMERA_MOJO_ALGORITHM_CAMERA_ALGORITHM_MOJOM_SHARED_MESSAGE_IDS_H_