Searched defs:ext1 (Results 1 - 8 of 8) sorted by relevance

/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.h118 status_t getNextNotification(int32_t *msg_type, int32_t *ext1,
121 status_t waitForNotification(int32_t *msg_type, int32_t *ext1,
129 int32_t *ext1, int32_t *ext2, int32_t *ext3);
134 ext1(e1),
140 int32_t ext1; member in struct:android::camera2::tests::NotifierListener::Notification
151 int32_t ext1,
156 int32_t ext1,
H A Dcamera2_utils.cpp256 int32_t *ext1,
261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
265 int32_t *ext1,
272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
281 int32_t *ext1,
285 *ext1 = mNotifications.begin()->ext1;
293 int32_t ext1,
297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));
302 int32_t ext1,
255 getNextNotification(int32_t *msg_type, int32_t *ext1, int32_t *ext2, int32_t *ext3) argument
264 waitForNotification(int32_t *msg_type, int32_t *ext1, int32_t *ext2, int32_t *ext3) argument
280 getNextNotificationLocked(int32_t *msg_type, int32_t *ext1, int32_t *ext2, int32_t *ext3) argument
292 onNotify(int32_t msg_type, int32_t ext1, int32_t ext2, int32_t ext3) argument
301 notify_callback_dispatch(int32_t msg_type, int32_t ext1, int32_t ext2, int32_t ext3, void *user) argument
[all...]
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp160 * @ext1: extended parameters
165 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) argument
167 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2);
171 (ext1) ? "OK" : "FAIL");
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.h91 int32_t ext1; member in struct:qcamera::__anon380
119 int32_t ext1; // extended parameter member in struct:qcamera::__anon382
299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCameraPostProc.cpp382 * @ext1 : extension
390 int32_t ext1,
393 return m_parent->sendEvtNotify(msg_type, ext1, ext2);
1006 cbArg.ext1 = 0;
1180 cbArg.ext1 = 0;
389 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
H A DQCamera2HWI.cpp2429 * @ext1 : optional extension1
2437 int32_t ext1,
2444 cbArg.ext1 = ext1;
3509 cbArg.ext1 = 0;
2436 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp653 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { argument
655 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2);
658 printf("AutoFocus %s in %llu us\n", (ext1) ? "OK" : "FAIL", timeval_delay(&autofocus_start));
663 if ( msgType & CAMERA_MSG_ERROR && (ext1 == 1))
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp2387 int ExynosCameraHWInterface2::triggerAction(uint32_t trigger_id, int ext1, int ext2) argument
2390 ALOGV("DEBUG(%s): id(%x), %d, %d", __FUNCTION__, trigger_id, ext1, ext2);
2394 ALOGV("DEBUG(%s):TRIGGER_AUTOFOCUS id(%d)", __FUNCTION__, ext1);
2395 OnAfTrigger(ext1);
2399 ALOGV("DEBUG(%s):CANCEL_AUTOFOCUS id(%d)", __FUNCTION__, ext1);
2400 OnAfCancel(ext1);
2403 ALOGV("DEBUG(%s):CAMERA2_TRIGGER_PRECAPTURE_METERING id(%d)", __FUNCTION__, ext1);
2404 OnPrecaptureMeteringTriggerStart(ext1);
6300 int ext1,
6306 return obj(dev)->triggerAction(trigger_id, ext1, ext
6298 HAL2_device_trigger_action(const struct camera2_device *dev, uint32_t trigger_id, int ext1, int ext2) argument
[all...]

Completed in 2901 milliseconds