Home
last modified time | relevance | path

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

/frameworks/av/camera/
DCameraBase.cpp204 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0); in binderDied()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp96 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS | in initialize()
862 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataCallback()
896 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataCallbackTimestamp()
DCamera2Client.cpp1756 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0); in notifyError()
/frameworks/base/core/java/android/hardware/
DCamera.java146 private static final int CAMERA_MSG_ERROR = 0x001; field in Camera
1186 case CAMERA_MSG_ERROR : in handleMessage()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2291 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0); in notifyError()