/hardware/libhardware/tests/camera2/ |
D | camera2_utils.h | 114 int32_t *ext2, int32_t *ext3); 117 int32_t *ext2, int32_t *ext3); 124 int32_t *ext1, int32_t *ext2, int32_t *ext3); 130 ext2(e2), in Notification() 136 int32_t ext2; member 147 int32_t ext2, 152 int32_t ext2,
|
D | camera2_utils.cpp | 255 int32_t *ext2, in getNextNotification() argument 259 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); in getNextNotification() 264 int32_t *ext2, in waitForNotification() argument 270 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); in waitForNotification() 280 int32_t *ext2, in getNextNotificationLocked() argument 284 *ext2 = mNotifications.begin()->ext2; in getNextNotificationLocked() 292 int32_t ext2, in onNotify() argument 295 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3)); in onNotify() 301 int32_t ext2, in notify_callback_dispatch() argument 305 me->onNotify(msg_type, ext1, ext2, ext3); in notify_callback_dispatch()
|
/hardware/libhardware/include/hardware/ |
D | camera2.h | 289 int32_t ext2, 768 int32_t ext2);
|
D | camera.h | 56 int32_t ext2,
|
/hardware/qcom/camera/QCamera/HAL2/wrapper/ |
D | QualcommCamera.h | 105 int32_t ext2);
|
D | QualcommCamera.cpp | 353 int32_t ext2) 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()
|
/hardware/qcom/camera/ |
D | QualcommCamera.cpp | 130 int32_t ext2, in cam_notify_callback() argument 141 notify_cb(msgType, ext1, ext2, user_data); in cam_notify_callback()
|
D | QCameraHWI.cpp | 835 app_cb->argm_notify.ext2 = true; in processCtrlEvent() 938 app_cb.argm_notify.ext1, app_cb.argm_notify.ext2, in processEvent() 1436 app_cb->argm_notify.ext2 = 0; in autoFocusMoveEvent() 1507 app_cb->argm_notify.ext2 = 0; in autoFocusEvent()
|
D | QCameraHWI.h | 171 int32_t ext2; member
|
/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() 6254 int ext2) 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 | 171 int32_t ext2; member
|
/hardware/qcom/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 906 app_cb.argm_notify.ext1, app_cb.argm_notify.ext2, in processEvent() 1399 app_cb->argm_notify.ext2 = 0; in autoFocusEvent()
|