summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/ICameraService.aidl
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2014-06-17 12:04:07 -0700
committerIgor Murashkin <iam@google.com>2014-06-17 22:55:16 +0000
commit4961bc88d7bab869a5296789d26fcfa31ad5f644 (patch)
tree24fb63dc81e721826259c9d49c1b1dc715d0ec79 /core/java/android/hardware/ICameraService.aidl
parent5834ee75038e9095cefe089cdb26795b3ffe9e38 (diff)
downloadframeworks_base-4961bc88d7bab869a5296789d26fcfa31ad5f644.zip
frameworks_base-4961bc88d7bab869a5296789d26fcfa31ad5f644.tar.gz
frameworks_base-4961bc88d7bab869a5296789d26fcfa31ad5f644.tar.bz2
camera2: Map camera characteristics in the managed layer
Change-Id: Ic86c8df3d703e7cf89caa856387e2c0a1b977401
Diffstat (limited to 'core/java/android/hardware/ICameraService.aidl')
-rw-r--r--core/java/android/hardware/ICameraService.aidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/hardware/ICameraService.aidl b/core/java/android/hardware/ICameraService.aidl
index 4c50dda..31896f5 100644
--- a/core/java/android/hardware/ICameraService.aidl
+++ b/core/java/android/hardware/ICameraService.aidl
@@ -69,4 +69,9 @@ interface ICameraService
* well-formatted in the generated java method.
*/
int getCameraVendorTagDescriptor(out BinderHolder desc);
+
+ // Writes the camera1 parameters into a single-element array.
+ int getLegacyParameters(int cameraId, out String[] parameters);
+ // Determines if a particular API version is supported; see ICameraService.h for version defines
+ int supportsCameraApi(int cameraId, int apiVersion);
}