diff options
author | Ruben Brunk <rubenbrunk@google.com> | 2015-03-19 05:55:16 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-03-19 05:55:16 +0000 |
commit | d58b2ac7244a964caa3f4e386b8280ae2f5d2125 (patch) | |
tree | 84ef9b168bd3ab9e33c0532dabf33fe328eba334 /include | |
parent | 377165c24968b044faccaf366a2377fa32143e2f (diff) | |
parent | cc776718c0be7c31fe5ab4fc1446d377be60369f (diff) | |
download | frameworks_av-d58b2ac7244a964caa3f4e386b8280ae2f5d2125.zip frameworks_av-d58b2ac7244a964caa3f4e386b8280ae2f5d2125.tar.gz frameworks_av-d58b2ac7244a964caa3f4e386b8280ae2f5d2125.tar.bz2 |
Merge "camera2: Add camera client eviction enforcement."
Diffstat (limited to 'include')
-rw-r--r-- | include/camera/CameraParameters.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h index c6074fc..ba33ffe 100644 --- a/include/camera/CameraParameters.h +++ b/include/camera/CameraParameters.h @@ -108,6 +108,9 @@ public: */ void getSupportedPreviewFormats(Vector<int>& formats) const; + // Returns true if no keys are present + bool isEmpty() const; + // Parameter keys to communicate between camera application and driver. // The access (read/write, read only, or write only) is viewed from the // perspective of applications, not driver. |