Home
last modified time | relevance | path

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

/frameworks/av/camera/
DCameraBase.cpp204 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0); in binderDied()
/frameworks/base/core/java/android/hardware/
DCamera.java156 private static final int CAMERA_MSG_ERROR = 0x001; field in Camera
1254 case CAMERA_MSG_ERROR : in handleMessage()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1782 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0); in notifyError()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2575 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, api1ErrorCode, 0); in notifyError()