Searched refs:CAMERA_MSG_ERROR (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.cpp | 93 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()
|
D | Camera2Client.cpp | 1724 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0); in notifyError()
|
/frameworks/av/camera/ |
D | CameraBase.cpp | 179 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0); in binderDied()
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 147 private static final int CAMERA_MSG_ERROR = 0x001; field in Camera 1143 case CAMERA_MSG_ERROR : in handleMessage()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 2282 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0); in notifyError()
|