/hardware/libhardware/tests/camera2/ |
D | camera2_utils.h | 113 status_t getNextNotification(int32_t *msg_type, int32_t *ext1, 116 status_t waitForNotification(int32_t *msg_type, int32_t *ext1, 124 int32_t *ext1, int32_t *ext2, int32_t *ext3); 129 ext1(e1), in Notification() 135 int32_t ext1; member 146 int32_t ext1, 151 int32_t ext1,
|
D | camera2_utils.cpp | 254 int32_t *ext1, in getNextNotification() argument 259 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); in getNextNotification() 263 int32_t *ext1, in waitForNotification() argument 270 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); in waitForNotification() 279 int32_t *ext1, in getNextNotificationLocked() argument 283 *ext1 = mNotifications.begin()->ext1; in getNextNotificationLocked() 291 int32_t ext1, in onNotify() argument 295 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3)); in onNotify() 300 int32_t ext1, in notify_callback_dispatch() argument 305 me->onNotify(msg_type, ext1, ext2, ext3); in notify_callback_dispatch()
|
/hardware/libhardware/include/hardware/ |
D | camera2.h | 288 int32_t ext1, 767 int32_t ext1,
|
D | camera.h | 55 int32_t ext1,
|
/hardware/qcom/camera/QCamera/HAL2/wrapper/ |
D | QualcommCamera.h | 104 int32_t ext1,
|
D | QualcommCamera.cpp | 352 int32_t ext1, in trigger_action() argument
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test.h | 69 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
|
D | camera_test_menu.cpp | 651 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { in notify() argument 653 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); in notify() 656 … printf("AutoFocus %s in %llu us\n", (ext1) ? "OK" : "FAIL", timeval_delay(&autofocus_start)); in notify() 661 if ( msgType & CAMERA_MSG_ERROR && (ext1 == 1)) in notify()
|
/hardware/qcom/camera/ |
D | QCameraHWI.cpp | 827 app_cb->argm_notify.ext1 = CAMERA_ERROR_UNKNOWN; in processCtrlEvent() 834 app_cb->argm_notify.ext1 = 0; in processCtrlEvent() 938 app_cb.argm_notify.ext1, app_cb.argm_notify.ext2, in processEvent() 1441 app_cb->argm_notify.ext1 = true; in autoFocusMoveEvent() 1443 app_cb->argm_notify.ext1 = false; in autoFocusMoveEvent() 1512 app_cb->argm_notify.ext1 = true; in autoFocusEvent() 1515 app_cb->argm_notify.ext1 = false; in autoFocusEvent()
|
D | QualcommCamera.cpp | 129 int32_t ext1, in cam_notify_callback() argument 141 notify_cb(msgType, ext1, ext2, user_data); in cam_notify_callback()
|
D | QCameraHWI.h | 170 int32_t ext1; member
|
/hardware/qcom/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 807 app_cb->argm_notify.ext1 = CAMERA_ERROR_UNKNOWN; in processCtrlEvent() 906 app_cb.argm_notify.ext1, app_cb.argm_notify.ext2, in processEvent() 1404 app_cb->argm_notify.ext1 = true; in autoFocusEvent() 1407 app_cb->argm_notify.ext1 = false; in autoFocusEvent()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.h | 469 virtual int triggerAction(uint32_t trigger_id, int ext1, int ext2);
|
D | ExynosCameraHWInterface2.cpp | 2346 int ExynosCameraHWInterface2::triggerAction(uint32_t trigger_id, int ext1, int ext2) in triggerAction() argument 2349 ALOGV("DEBUG(%s): id(%x), %d, %d", __FUNCTION__, trigger_id, ext1, ext2); in triggerAction() 2353 ALOGV("DEBUG(%s):TRIGGER_AUTOFOCUS id(%d)", __FUNCTION__, ext1); in triggerAction() 2354 OnAfTrigger(ext1); in triggerAction() 2358 ALOGV("DEBUG(%s):CANCEL_AUTOFOCUS id(%d)", __FUNCTION__, ext1); in triggerAction() 2359 OnAfCancel(ext1); in triggerAction() 2362 ALOGV("DEBUG(%s):CAMERA2_TRIGGER_PRECAPTURE_METERING id(%d)", __FUNCTION__, ext1); in triggerAction() 2363 OnPrecaptureMeteringTriggerStart(ext1); in triggerAction() 6253 int ext1, in HAL2_device_trigger_action() argument 6259 return obj(dev)->triggerAction(trigger_id, ext1, ext2); in HAL2_device_trigger_action()
|
/hardware/qcom/camera/QCamera/HAL/core/inc/ |
D | QCameraHWI.h | 170 int32_t ext1; member
|