Camera : Added support to handle the CAMIF errors detected by the driver.

Change-Id: I69dc03eb047a33ce431d8c2927d14cc33cf373e7
diff --git a/QualcommCameraHardware.cpp b/QualcommCameraHardware.cpp
index 48d8ba1..7368b32 100644
--- a/QualcommCameraHardware.cpp
+++ b/QualcommCameraHardware.cpp
@@ -4532,6 +4532,8 @@
     Mutex::Autolock l(&mCamframeTimeoutLock);
     LOGE(" Camframe timed out. Not receiving any frames from camera driver ");
     camframe_timeout_flag = TRUE;
+    mNotifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_UKNOWN, 0,
+                    mCallbackCookie);
     LOGV("receive_camframetimeout: X");
 }