/hardware/libhardware/tests/camera2/ |
D | camera2_utils.h | 119 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), in Notification() 141 int32_t ext2; member 152 int32_t ext2, 157 int32_t ext2,
|
D | camera2_utils.cpp | 257 int32_t *ext2, in getNextNotification() argument 261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); in getNextNotification() 266 int32_t *ext2, in waitForNotification() argument 272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); in waitForNotification() 282 int32_t *ext2, in getNextNotificationLocked() argument 286 *ext2 = mNotifications.begin()->ext2; in getNextNotificationLocked() 294 int32_t ext2, in onNotify() argument 297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3)); in onNotify() 303 int32_t ext2, in notify_callback_dispatch() argument 307 me->onNotify(msg_type, ext1, ext2, ext3); in notify_callback_dispatch()
|
/hardware/libhardware/include/hardware/ |
D | camera2.h | 299 int32_t ext2, 778 int32_t ext2);
|
D | camera.h | 56 int32_t ext2,
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCamera2HWI.h | 92 int32_t ext2; member 120 int32_t ext2; // extended parameter member 299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraPostProc.h | 119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraPostProc.cpp | 391 int32_t ext2) in sendEvtNotify() argument 393 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify() 1007 cbArg.ext2 = 0; in encodeData() 1181 cbArg.ext2 = 0; in processRawImageImpl()
|
D | QCamera2HWI.cpp | 2438 int32_t ext2) in sendEvtNotify() argument 2445 cbArg.ext2 = ext2; in sendEvtNotify() 3512 cbArg.ext2 = true; in playShutter() 3515 cbArg.ext2 = false; in playShutter()
|
D | QCamera2HWICallbacks.cpp | 1100 cb->ext2, in cbNotifyRoutine()
|
/hardware/qcom/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 87 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
|
D | qcamera_test.cpp | 165 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify() argument 167 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); in notify()
|
/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 | 653 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { in notify() argument 655 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); in notify()
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3PostProc.h | 115 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.h | 473 virtual int triggerAction(uint32_t trigger_id, int ext1, int ext2);
|
D | ExynosCameraHWInterface2.cpp | 2387 int ExynosCameraHWInterface2::triggerAction(uint32_t trigger_id, int ext1, int ext2) in triggerAction() argument 2390 ALOGV("DEBUG(%s): id(%x), %d, %d", __FUNCTION__, trigger_id, ext1, ext2); in triggerAction() 6301 int ext2) in HAL2_device_trigger_action() argument 6306 return obj(dev)->triggerAction(trigger_id, ext1, ext2); in HAL2_device_trigger_action()
|