Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Side by Side Diff: media/capture/video/chromeos/mojo/arc_camera3_service.mojom

Issue 2878233002: media: add ArcCamera3Service Mojo service (Closed)
Patch Set: rebase on latest patch set of issue 2837273004 Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module arc.mojom;
6
7 import "arc_camera3.mojom";
8
9 interface ArcCamera3Service {
10 RegisterCameraHal@0(ArcCamera3Hal camera_hal);
11
12 RegisterClient@1(ArcCamera3Client client);
13 };
14
15 interface ArcCamera3Hal {
16 OpenCameraHal@0(CameraModule& camera_module);
17 };
18
19 interface ArcCamera3Client {
20 NotifyCameraHalRegistered@0(CameraModule camera_module);
21 };
OLDNEW
« no previous file with comments | « media/capture/video/chromeos/mojo/BUILD.gn ('k') | media/capture/video/chromeos/video_capture_device_factory_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698