/device/generic/goldfish/camera/ |
D | EmulatedCamera2.cpp | 181 int ext1, int ext2) { in triggerAction() argument 319 int ext1, in trigger_action() argument 322 return ec->triggerAction(trigger_id, ext1, ext2); in trigger_action() 380 int32_t ext1, int32_t ext2, int32_t ext3) { in sendNotification() argument 387 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
|
D | EmulatedCamera2.h | 138 int32_t ext1, int32_t ext2); 216 int ext1, 261 int32_t ext1, int32_t ext2, int32_t ext3);
|
D | EmulatedFakeCamera2.h | 125 int32_t ext1, 295 int32_t ext1, int32_t ext2);
|
D | EmulatedFakeCamera2.cpp | 611 int32_t ext1, in triggerAction() argument 630 ext1, ext2); in triggerAction() 1686 int32_t ext1, int32_t ext2) { in triggerAction() argument 1687 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2); in triggerAction() 1691 mAfTriggerId = ext1; in triggerAction() 1696 mAfTriggerId = ext1; in triggerAction() 1701 mPrecaptureTriggerId = ext1; in triggerAction() 1706 __FUNCTION__, msgType, ext1, ext2); in triggerAction()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCamera2HWI.h | 91 int32_t ext1; member 119 int32_t ext1; // 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 | 390 int32_t ext1, in sendEvtNotify() argument 393 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify() 1006 cbArg.ext1 = 0; in encodeData() 1180 cbArg.ext1 = 0; in processRawImageImpl()
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCamera2HWI.h | 91 int32_t ext1; member 119 int32_t ext1; // 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 | 390 int32_t ext1, in sendEvtNotify() argument 393 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify() 1006 cbArg.ext1 = 0; in encodeData() 1180 cbArg.ext1 = 0; in processRawImageImpl()
|
/device/moto/shamu/camera/QCamera/HAL2/wrapper/ |
D | QualcommCamera.h | 104 int32_t ext1,
|
D | QualcommCamera.cpp | 352 int32_t ext1, in trigger_action() argument
|
/device/lge/hammerhead/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() 171 (ext1) ? "OK" : "FAIL"); in notify()
|
/device/asus/flo/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() 171 (ext1) ? "OK" : "FAIL"); in notify()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCamera2HWI.h | 112 int32_t ext1; member 145 int32_t ext1; // extended parameter member 367 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraPostProc.h | 128 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraPostProc.cpp | 543 int32_t ext1, in sendEvtNotify() argument 546 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify() 1553 cbArg.ext1 = 0; in encodeData() 1847 cbArg.ext1 = 0; in processRawImageImpl()
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3PostProc.h | 114 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
D | QCamera3PostProc.h | 117 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3PostProc.h | 125 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/device/moto/shamu/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 118 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
|
D | qcamera_test.cpp | 795 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify() argument 797 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); in notify() 799 if (( msgType & CAMERA_MSG_PREVIEW_FRAME) && (ext1 == CAMERA_FRAME_DATA_FD)) { in notify() 807 (ext1) ? "OK" : "FAIL"); in notify()
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 257 app_cb->argm_notify.ext1, in dataNotifyRoutine() 478 app_cb->argm_notify.ext1 = 0; in encodeData() 1691 app_cb->argm_notify.ext1 = CAMERA_ERROR_UNKNOWN; in processCtrlEvent() 1698 app_cb->argm_notify.ext1 = 0; in processCtrlEvent() 1799 app_cb.argm_notify.ext1, app_cb.argm_notify.ext2, in processEvent() 2305 app_cb->argm_notify.ext1 = true; in autoFocusEvent() 2308 app_cb->argm_notify.ext1 = false; in autoFocusEvent()
|