From cc776718c0be7c31fe5ab4fc1446d377be60369f Mon Sep 17 00:00:00 2001 From: Ruben Brunk Date: Tue, 17 Feb 2015 20:18:47 -0800 Subject: camera2: Add camera client eviction enforcement. - This updates the CameraService to implement client eviction behavior based on process priority. Bug: 19186859 Change-Id: I646939b1cdf1a2237c4e5044164d55a2542cf36e --- include/camera/CameraParameters.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/camera') 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& 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. -- cgit v1.1