commit | b2d99929781e6c6c4aee41636aa5c6b6922b83de | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Tue Apr 23 14:51:29 2013 -0700 |
committer | Igor Murashkin <iam@google.com> | Thu Apr 25 14:05:25 2013 -0700 |
tree | f0a4600e1ee87db0c51d3aef050efdaf9f630c47 | |
parent | 1e25b79b28e578c43607faf100dcaf4cf068f05a [diff] [blame] |
ProCamera: Add security permission checks for disabling transmit LED Bug: 8554573 Change-Id: Ie909908a4cab3700bd622282e8342e8fa5b72376
diff --git a/services/camera/libcameraservice/ProCamera2Client.h b/services/camera/libcameraservice/ProCamera2Client.h index 1dec263..faee9f9 100644 --- a/services/camera/libcameraservice/ProCamera2Client.h +++ b/services/camera/libcameraservice/ProCamera2Client.h
@@ -110,6 +110,7 @@ static const int32_t FRAME_PROCESSOR_LISTENER_MAX_ID = 0x7fffffffL; /** Utility members */ + bool enforceRequestPermissions(CameraMetadata& metadata); // Whether or not we have an exclusive lock on the device // - if no we can't modify the request queue.