summaryrefslogtreecommitdiffstats
path: root/include/camera
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2015-03-19 05:55:16 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-19 05:55:16 +0000
commitd58b2ac7244a964caa3f4e386b8280ae2f5d2125 (patch)
tree84ef9b168bd3ab9e33c0532dabf33fe328eba334 /include/camera
parent377165c24968b044faccaf366a2377fa32143e2f (diff)
parentcc776718c0be7c31fe5ab4fc1446d377be60369f (diff)
downloadframeworks_av-d58b2ac7244a964caa3f4e386b8280ae2f5d2125.zip
frameworks_av-d58b2ac7244a964caa3f4e386b8280ae2f5d2125.tar.gz
frameworks_av-d58b2ac7244a964caa3f4e386b8280ae2f5d2125.tar.bz2
Merge "camera2: Add camera client eviction enforcement."
Diffstat (limited to 'include/camera')
-rw-r--r--include/camera/CameraParameters.h3
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.