commit | 16f3d35459a03bf7fad41df0a0d192d2c50a0594 | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Thu Jul 02 10:04:20 2009 -0700 |
committer | James Dong <jdong@google.com> | Thu Jul 02 10:04:20 2009 -0700 |
tree | 5f417649d10b986df42f7851b3b67541f75632d9 | |
parent | bdfffcc0c265350a1d4fa79f0bc12a5b8606fde1 [diff] [blame] |
Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726)
diff --git a/include/ui/Camera.h b/include/ui/Camera.h index 97e0e90..e3544ab 100644 --- a/include/ui/Camera.h +++ b/include/ui/Camera.h
@@ -76,6 +76,12 @@ CAMERA_MSG_COMPRESSED_IMAGE }; +// camera fatal errors +enum { + CAMERA_ERROR_UKNOWN = 1, + CAMERA_ERROR_SERVER_DIED = 100 +}; + class ICameraService; class ICamera; class Surface;