summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2014-07-25 16:54:20 -0700
committerIgor Murashkin <iam@google.com>2014-07-29 15:09:45 -0700
commitbdf366cc70639b0e16b8f84eebe612a48a8b8b06 (patch)
tree16462c554cb11a21016fbcf032f2519a8cbdead8 /api
parent3a3eb157417fb5618518b29d889c23e8831b081c (diff)
downloadframeworks_base-bdf366cc70639b0e16b8f84eebe612a48a8b8b06.zip
frameworks_base-bdf366cc70639b0e16b8f84eebe612a48a8b8b06.tar.gz
frameworks_base-bdf366cc70639b0e16b8f84eebe612a48a8b8b06.tar.bz2
camera2: Api change (#getFrameNumber -> long; @hide REQUEST_FRAME_COUNT)
Change-Id: I164011c97a57fb9fb9c504ae4c5f394dcb36a4bc
Diffstat (limited to 'api')
-rw-r--r--api/current.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index 63f546a..7dc9ca2 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -13031,7 +13031,7 @@ package android.hardware.camera2 {
public class CaptureResult extends android.hardware.camera2.CameraMetadata {
method public T get(android.hardware.camera2.CaptureResult.Key<T>);
- method public int getFrameNumber();
+ method public long getFrameNumber();
method public android.hardware.camera2.CaptureRequest getRequest();
method public int getSequenceId();
field public static final android.hardware.camera2.CaptureResult.Key BLACK_LEVEL_LOCK;
@@ -13077,7 +13077,6 @@ package android.hardware.camera2 {
field public static final android.hardware.camera2.CaptureResult.Key LENS_OPTICAL_STABILIZATION_MODE;
field public static final android.hardware.camera2.CaptureResult.Key LENS_STATE;
field public static final android.hardware.camera2.CaptureResult.Key NOISE_REDUCTION_MODE;
- field public static final android.hardware.camera2.CaptureResult.Key REQUEST_FRAME_COUNT;
field public static final android.hardware.camera2.CaptureResult.Key REQUEST_PIPELINE_DEPTH;
field public static final android.hardware.camera2.CaptureResult.Key SCALER_CROP_REGION;
field public static final android.hardware.camera2.CaptureResult.Key SENSOR_EXPOSURE_TIME;