commit | 03ac850527ffb90348dcdaad95caceb97649fd6b | [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 | ce728e44ab7bd818aa562ccf258abae8038c33e5 | |
parent | 5e43772296d7c5b8faf4b0ce4efe68778729bc74 [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.