/device/generic/goldfish/camera/ |
D | EmulatedCamera2.cpp | 181 int ext1, int ext2) { in triggerAction() argument 320 int ext2) { 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); 217 int ext2); 261 int32_t ext1, int32_t ext2, int32_t ext3);
|
D | EmulatedFakeCamera2.h | 126 int32_t ext2); 295 int32_t ext1, int32_t ext2);
|
D | EmulatedFakeCamera2.cpp | 612 int32_t ext2) { 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() 1706 __FUNCTION__, msgType, ext1, ext2); in triggerAction()
|
/device/asus/flo/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()
|
/device/lge/hammerhead/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()
|
/device/moto/shamu/camera/QCamera/HAL2/wrapper/ |
D | QualcommCamera.h | 105 int32_t ext2);
|
/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()
|
/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()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCamera2HWI.h | 113 int32_t ext2; member 146 int32_t ext2; // 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);
|
/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/lge/mako/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()
|
/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() 800 int fd = dup(ext2); in notify() 801 printf("notify Preview Frame fd: %d dup fd: %d\n", ext2, fd); in notify()
|