Home
last modified time | relevance | path

Searched refs:ext1 (Results 1 – 15 of 15) sorted by relevance

/hardware/libhardware/tests/camera2/
Dcamera2_utils.h113 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,
Dcamera2_utils.cpp254 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/
Dcamera2.h288 int32_t ext1,
767 int32_t ext1,
Dcamera.h55 int32_t ext1,
/hardware/qcom/camera/QCamera/HAL2/wrapper/
DQualcommCamera.h104 int32_t ext1,
DQualcommCamera.cpp352 int32_t ext1, in trigger_action() argument
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test.h69 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
Dcamera_test_menu.cpp651 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/
DQCameraHWI.cpp827 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()
DQualcommCamera.cpp129 int32_t ext1, in cam_notify_callback() argument
141 notify_cb(msgType, ext1, ext2, user_data); in cam_notify_callback()
DQCameraHWI.h170 int32_t ext1; member
/hardware/qcom/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp807 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/
DExynosCameraHWInterface2.h469 virtual int triggerAction(uint32_t trigger_id, int ext1, int ext2);
DExynosCameraHWInterface2.cpp2346 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/
DQCameraHWI.h170 int32_t ext1; member