Home
last modified time | relevance | path

Searched refs:ext1 (Results 1 – 18 of 18) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCamera2.h122 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,
DEmulatedCamera2.cpp282 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()
DEmulatedFakeCamera2.h117 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);
DEmulatedFakeCamera2.cpp632 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/
DEmulatedCamera2.h138 int32_t ext1, int32_t ext2);
216 int ext1,
261 int32_t ext1, int32_t ext2, int32_t ext3);
DEmulatedCamera2.cpp181 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()
DEmulatedFakeCamera2.h125 int32_t ext1,
295 int32_t ext1, int32_t ext2);
DEmulatedFakeCamera2.cpp621 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/
DQCamera3PostProc.h136 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.h198 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCamera2HWI.h91 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);
DQCameraPostProc.h161 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCameraPostProc.cpp716 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()
DQCameraMuxer.cpp2255 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()
DQCamera2HWICallbacks.cpp1293 cbArg.ext1 = CAMERA_FRAME_DATA_FD; in rdi_mode_stream_cb_routine()
3229 cb->ext1, in cbNotifyRoutine()
DQCamera2HWI.cpp6069 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/
Dqcamera_test.h123 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
Dqcamera_test.cpp831 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");