Home
last modified time | relevance | path

Searched refs:CAMERA_MSG_ERROR (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp93 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS | in initialize()
796 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataCallback()
830 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataCallbackTimestamp()
DCamera2Client.cpp1724 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0); in notifyError()
/frameworks/av/camera/
DCameraBase.cpp179 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0); in binderDied()
/frameworks/base/core/java/android/hardware/
DCamera.java147 private static final int CAMERA_MSG_ERROR = 0x001; field in Camera
1143 case CAMERA_MSG_ERROR : in handleMessage()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2282 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0); in notifyError()