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

/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.h119 int32_t *ext2, int32_t *ext3);
122 int32_t *ext2, int32_t *ext3);
129 int32_t *ext1, int32_t *ext2, int32_t *ext3);
135 ext2(e2),
141 int32_t ext2; member in struct:android::camera2::tests::NotifierListener::Notification
152 int32_t ext2,
157 int32_t ext2,
H A Dcamera2_utils.cpp257 int32_t *ext2,
261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
266 int32_t *ext2,
272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
282 int32_t *ext2,
286 *ext2 = mNotifications.begin()->ext2;
294 int32_t ext2,
297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));
303 int32_t ext2,
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.cpp161 * @ext2: 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);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.h92 int32_t ext2; member in struct:qcamera::__anon380
120 int32_t ext2; // extended parameter member in struct:qcamera::__anon382
299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCameraPostProc.cpp383 * @ext2 : extension
391 int32_t ext2)
393 return m_parent->sendEvtNotify(msg_type, ext1, ext2);
1007 cbArg.ext2 = 0;
1181 cbArg.ext2 = 0;
389 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
H A DQCamera2HWI.cpp2430 * @ext2 : optional extension2
2438 int32_t ext2)
2445 cbArg.ext2 = ext2;
3512 cbArg.ext2 = true;
3515 cbArg.ext2 = false;
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);
/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);
6301 int ext2)
6306 return obj(dev)->triggerAction(trigger_id, ext1, ext2);
6298 HAL2_device_trigger_action(const struct camera2_device *dev, uint32_t trigger_id, int ext1, int ext2) argument

Completed in 155 milliseconds