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

/hardware/libhardware/tests/camera2/
H A 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),
135 int32_t ext1; member in struct:android::NotifierListener::Notification
146 int32_t ext1,
151 int32_t ext1,
H A Dcamera2_utils.cpp254 int32_t *ext1,
259 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
263 int32_t *ext1,
270 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
279 int32_t *ext1,
283 *ext1 = mNotifications.begin()->ext1;
291 int32_t ext1,
295 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));
300 int32_t ext1,
253 getNextNotification(int32_t *msg_type, int32_t *ext1, int32_t *ext2, int32_t *ext3) argument
262 waitForNotification(int32_t *msg_type, int32_t *ext1, int32_t *ext2, int32_t *ext3) argument
278 getNextNotificationLocked(int32_t *msg_type, int32_t *ext1, int32_t *ext2, int32_t *ext3) argument
290 onNotify(int32_t msg_type, int32_t ext1, int32_t ext2, int32_t ext3) argument
299 notify_callback_dispatch(int32_t msg_type, int32_t ext1, int32_t ext2, int32_t ext3, void *user) argument
[all...]
/hardware/qcom/camera/QCamera/HAL2/wrapper/
H A DQualcommCamera.h104 int32_t ext1,
H A DQualcommCamera.cpp352 int32_t ext1,
350 trigger_action(const struct camera2_device *, uint32_t trigger_id, int32_t ext1, int32_t ext2) argument
/hardware/libhardware/include/hardware/
H A Dcamera2.h288 int32_t ext1,
298 * An error has occurred. Argument ext1 contains the error code, and
303 * The exposure of a given request has begun. Argument ext1 contains the
310 * The autofocus routine has changed state. Argument ext1 contains the new
319 * The autoexposure routine has changed state. Argument ext1 contains the
327 * The auto-whitebalance routine has changed state. Argument ext1 contains
767 int32_t ext1,
H A Dcamera.h55 int32_t ext1,
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h69 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
H A Dcamera_test_menu.cpp651 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { argument
653 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2);
656 printf("AutoFocus %s in %llu us\n", (ext1) ? "OK" : "FAIL", timeval_delay(&autofocus_start));
661 if ( msgType & CAMERA_MSG_ERROR && (ext1 == 1))
/hardware/qcom/camera/
H A DQualcommCamera.cpp129 int32_t ext1,
141 notify_cb(msgType, ext1, ext2, user_data);
128 cam_notify_callback(int32_t msgType, int32_t ext1, int32_t ext2, void* user) argument
H A DQCameraHWI.cpp827 app_cb->argm_notify.ext1 = CAMERA_ERROR_UNKNOWN;
834 app_cb->argm_notify.ext1 = 0;
938 app_cb.argm_notify.ext1, app_cb.argm_notify.ext2,
1455 app_cb->argm_notify.ext1 = true;
1457 app_cb->argm_notify.ext1 = false;
1526 app_cb->argm_notify.ext1 = true;
1529 app_cb->argm_notify.ext1 = false;
H A DQCameraHWI.h170 int32_t ext1; member in struct:__anon599
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI.cpp807 app_cb->argm_notify.ext1 = CAMERA_ERROR_UNKNOWN;
906 app_cb.argm_notify.ext1, app_cb.argm_notify.ext2,
1404 app_cb->argm_notify.ext1 = true;
1407 app_cb->argm_notify.ext1 = false;
/hardware/qcom/camera/QCamera/HAL/core/inc/
H A DQCameraHWI.h170 int32_t ext1; member in struct:__anon348
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h469 virtual int triggerAction(uint32_t trigger_id, int ext1, int ext2);
H A DExynosCameraHWInterface2.cpp2346 int ExynosCameraHWInterface2::triggerAction(uint32_t trigger_id, int ext1, int ext2) argument
2349 ALOGV("DEBUG(%s): id(%x), %d, %d", __FUNCTION__, trigger_id, ext1, ext2);
2353 ALOGV("DEBUG(%s):TRIGGER_AUTOFOCUS id(%d)", __FUNCTION__, ext1);
2354 OnAfTrigger(ext1);
2358 ALOGV("DEBUG(%s):CANCEL_AUTOFOCUS id(%d)", __FUNCTION__, ext1);
2359 OnAfCancel(ext1);
2362 ALOGV("DEBUG(%s):CAMERA2_TRIGGER_PRECAPTURE_METERING id(%d)", __FUNCTION__, ext1);
2363 OnPrecaptureMeteringTriggerStart(ext1);
6253 int ext1,
6259 return obj(dev)->triggerAction(trigger_id, ext1, ext
6251 HAL2_device_trigger_action(const struct camera2_device *dev, uint32_t trigger_id, int ext1, int ext2) argument
[all...]

Completed in 205 milliseconds