/device/google/cuttlefish_common/guest/hals/camera/ |
D | EmulatedCamera2.h | 122 virtual int triggerAction(uint32_t trigger_id, int32_t ext1, int32_t ext2); 193 int ext1, int ext2); 232 void sendNotification(int32_t msgType, int32_t ext1, int32_t ext2,
|
D | EmulatedCamera2.cpp | 282 uint32_t trigger_id, int ext1, int ext2) { in trigger_action() argument 284 return ec->triggerAction(trigger_id, ext1, ext2); in trigger_action() 347 void EmulatedCamera2::sendNotification(int32_t msgType, int32_t ext1, in sendNotification() argument 355 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
|
D | EmulatedFakeCamera2.h | 117 virtual int triggerAction(uint32_t trigger_id, int32_t ext1, int32_t ext2); 280 status_t triggerAction(uint32_t msgType, int32_t ext1, int32_t ext2);
|
D | EmulatedFakeCamera2.cpp | 632 int EmulatedFakeCamera2::triggerAction(uint32_t trigger_id, int32_t ext1, in triggerAction() argument 649 return mControlThread->triggerAction(trigger_id, ext1, ext2); in triggerAction() 1655 int32_t ext1, in triggerAction() argument 1657 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2); in triggerAction() 1661 mAfTriggerId = ext1; in triggerAction() 1666 mAfTriggerId = ext1; in triggerAction() 1671 mPrecaptureTriggerId = ext1; in triggerAction() 1676 msgType, ext1, ext2); in triggerAction()
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera2.h | 138 int32_t ext1, int32_t ext2); 216 int ext1, 261 int32_t ext1, int32_t ext2, int32_t ext3);
|
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 | EmulatedFakeCamera2.h | 125 int32_t ext1, 295 int32_t ext1, int32_t ext2);
|
D | EmulatedFakeCamera2.cpp | 621 int32_t ext1, in triggerAction() argument 640 ext1, ext2); in triggerAction() 1695 int32_t ext1, int32_t ext2) { in triggerAction() argument 1696 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2); in triggerAction() 1700 mAfTriggerId = ext1; in triggerAction() 1705 mAfTriggerId = ext1; in triggerAction() 1710 mPrecaptureTriggerId = ext1; in triggerAction() 1715 __FUNCTION__, msgType, ext1, ext2); in triggerAction()
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3PostProc.h | 136 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMuxer.h | 198 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCamera2HWI.h | 91 int32_t ext1; member 132 int32_t ext1; // extended parameter member 407 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraPostProc.h | 161 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraPostProc.cpp | 716 int32_t ext1, in sendEvtNotify() argument 719 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify() 2166 cbArg.ext1 = 0; in encodeData() 2669 cbArg.ext1 = 0; in processRawImageImpl()
|
D | QCameraMuxer.cpp | 2255 int32_t QCameraMuxer::sendEvtNotify(int32_t msg_type, int32_t ext1, in sendEvtNotify() argument 2271 return pCam->hwi->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
|
D | QCamera2HWICallbacks.cpp | 1293 cbArg.ext1 = CAMERA_FRAME_DATA_FD; in rdi_mode_stream_cb_routine() 3229 cb->ext1, in cbNotifyRoutine()
|
D | QCamera2HWI.cpp | 6069 int32_t ext1, in sendEvtNotify() argument 6076 cbArg.ext1 = ext1; in sendEvtNotify() 8193 cbArg.ext1 = 0; in playShutter()
|
/device/google/marlin/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 123 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
|
D | qcamera_test.cpp | 831 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) 833 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); 837 && (ext1 == CAMERA_FRAME_DATA_FD) 848 (ext1) ? "OK" : "FAIL");
|