/system/core/include/system/ |
camera.h | 73 CAMERA_MSG_ERROR = 0x0001, // notifyCallback
|
/device/generic/goldfish/camera/ |
CallbackNotifier.cpp | 35 "CAMERA_MSG_ERROR", 283 if (isMessageEnabled(CAMERA_MSG_ERROR) && mNotifyCB != NULL) { 284 mNotifyCB(CAMERA_MSG_ERROR, err, 0, mCBOpaque);
|
/frameworks/av/camera/ |
CameraBase.cpp | 158 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraStateMachine.cpp | 549 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, 829 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, [all...] |
QCameraPostProc.cpp | 591 sendEvtNotify(CAMERA_MSG_ERROR, [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraStateMachine.cpp | 549 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, 829 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, [all...] |
QCameraPostProc.cpp | 591 sendEvtNotify(CAMERA_MSG_ERROR, [all...] |
/frameworks/av/services/camera/libcameraservice/api1/ |
CameraClient.cpp | 91 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS | 733 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); 772 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.cpp | [all...] |
/device/asus/flo/camera/QCamera2/HAL/test/ |
qcamera_test.cpp | 178 if ( msgType & CAMERA_MSG_ERROR) { 179 printf("Camera Test CAMERA_MSG_ERROR\n");
|
/hardware/qcom/camera/QCamera2/HAL/test/ |
qcamera_test.cpp | 178 if ( msgType & CAMERA_MSG_ERROR) { 179 printf("Camera Test CAMERA_MSG_ERROR\n");
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | 142 private static final int CAMERA_MSG_ERROR = 0x001; [all...] |
/hardware/ti/omap4xxx/camera/ |
AppCallbackNotifier.cpp | 258 ( mCameraHal->msgTypeEnabled(CAMERA_MSG_ERROR) ) ) 261 mNotifyCb(CAMERA_MSG_ERROR, CAMERA_ERROR_UNKNOWN, 0, mCallbackCookie); [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 663 if ( msgType & CAMERA_MSG_ERROR && (ext1 == 1)) 665 printf("Camera Test CAMERA_MSG_ERROR.....\n"); [all...] |
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI.cpp | 806 app_cb->argm_notify.msg_type = CAMERA_MSG_ERROR; [all...] |
/device/lge/mako/camera/ |
QCameraHWI.cpp | 832 app_cb->argm_notify.msg_type = CAMERA_MSG_ERROR; [all...] |
QualcommCameraHardware.cpp | [all...] |