commit | 707c3e34b067064f45c1b50919e88080fcdb5e77 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Thu Sep 20 15:18:50 2012 -0700 |
committer | Igor Murashkin <iam@google.com> | Mon Sep 24 12:30:03 2012 -0700 |
tree | 837ce084ffd01a34d5240c1efab2ebc5effb4db4 | |
parent | 595f54fd2d4990b2ff311314b76a224969d7e79e [diff] [blame] |
Camera2: Emit ShutterCallback/RawCallback events after takePicture Bug: 7176692 Change-Id: I50e8f9511f1770d97a42d1fa208c04b1bbcfba6b
diff --git a/services/camera/libcameraservice/camera2/CaptureSequencer.h b/services/camera/libcameraservice/camera2/CaptureSequencer.h index f0d1e79..27f3f1c 100644 --- a/services/camera/libcameraservice/camera2/CaptureSequencer.h +++ b/services/camera/libcameraservice/camera2/CaptureSequencer.h
@@ -155,6 +155,10 @@ status_t updateCaptureRequest(const Parameters ¶ms, sp<Camera2Client> &client); + + // Emit Shutter/Raw callback to java, and maybe play a shutter sound + static void shutterNotifyLocked(const Parameters ¶ms, + sp<Camera2Client> client); }; }; // namespace camera2