Home
last modified time | relevance | path

Searched refs:msg_type (Results 1 – 23 of 23) sorted by relevance

/hardware/libhardware/include/hardware/
Dcamera.h57 typedef void (*camera_notify_callback)(int32_t msg_type,
62 typedef void (*camera_data_callback)(int32_t msg_type,
67 int32_t msg_type,
120 void (*enable_msg_type)(struct camera_device *, int32_t msg_type);
132 void (*disable_msg_type)(struct camera_device *, int32_t msg_type);
139 int (*msg_type_enabled)(struct camera_device *, int32_t msg_type);
Dcamera2.h298 typedef void (*camera2_notify_callback)(int32_t msg_type,
/hardware/libhardware/tests/camera2/
Dcamera2_utils.h118 status_t getNextNotification(int32_t *msg_type, int32_t *ext1,
121 status_t waitForNotification(int32_t *msg_type, int32_t *ext1,
128 status_t getNextNotificationLocked(int32_t *msg_type,
133 msg_type(type), in Notification()
139 int32_t msg_type; member
150 void onNotify(int32_t msg_type,
155 static void notify_callback_dispatch(int32_t msg_type,
Dcamera2_utils.cpp255 status_t NotifierListener::getNextNotification(int32_t *msg_type, in getNextNotification() argument
261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); in getNextNotification()
264 status_t NotifierListener::waitForNotification(int32_t *msg_type, in waitForNotification() argument
272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); in waitForNotification()
280 status_t NotifierListener::getNextNotificationLocked(int32_t *msg_type, in getNextNotificationLocked() argument
284 *msg_type = mNotifications.begin()->msg_type; in getNextNotificationLocked()
292 void NotifierListener::onNotify(int32_t msg_type, in onNotify() argument
297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3)); in onNotify()
301 void NotifierListener::notify_callback_dispatch(int32_t msg_type, in notify_callback_dispatch() argument
307 me->onNotify(msg_type, ext1, ext2, ext3); in notify_callback_dispatch()
/hardware/qcom/camera/QCamera2/HAL/wrapper/
DQualcommCamera.h58 void enable_msg_type(struct camera_device *, int32_t msg_type);
60 void disable_msg_type(struct camera_device *, int32_t msg_type);
61 int msg_type_enabled(struct camera_device *, int32_t msg_type);
DQualcommCamera.cpp225 void enable_msg_type(struct camera_device * device, int32_t msg_type) in enable_msg_type() argument
229 hardware->enable_msg_type(device, msg_type); in enable_msg_type()
233 void disable_msg_type(struct camera_device * device, int32_t msg_type) in disable_msg_type() argument
238 hardware->disable_msg_type(device, msg_type); in disable_msg_type()
242 int msg_type_enabled(struct camera_device * device, int32_t msg_type) in msg_type_enabled() argument
248 rc = hardware->msg_type_enabled(device, msg_type); in msg_type_enabled()
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.h112 int32_t msg_type; member
147 int32_t msg_type; // msg type member
212 static void enable_msg_type(struct camera_device *, int32_t msg_type);
213 static void disable_msg_type(struct camera_device *, int32_t msg_type);
214 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
281 int enableMsgType(int32_t msg_type);
282 int disableMsgType(int32_t msg_type);
283 int msgTypeEnabled(int32_t msg_type);
284 int msgTypeEnabledWithLock(int32_t msg_type);
370 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
[all …]
DQCameraPostProc.h91 int32_t msg_type; // msg type of data notify member
137 int32_t sendDataNotify(int32_t msg_type,
142 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCamera2HWICallbacks.cpp759 cbArg.msg_type = CAMERA_MSG_PREVIEW_FRAME; in sendPreviewCallback()
851 cbArg.msg_type = CAMERA_MSG_PREVIEW_FRAME; in nodisplay_preview_stream_cb_routine()
934 cbArg.msg_type = CAMERA_MSG_PREVIEW_FRAME; in rdi_mode_stream_cb_routine()
968 cbArg.msg_type = CAMERA_MSG_PREVIEW_FRAME; in rdi_mode_stream_cb_routine()
1115 cbArg.msg_type = CAMERA_MSG_VIDEO_FRAME; in video_stream_cb_routine()
1176 cbArg.msg_type = CAMERA_MSG_VIDEO_FRAME; in video_stream_cb_routine()
2360 (CAMERA_MSG_PREVIEW_FRAME == arg->msg_type)) { in matchPreviewNotifications()
2435 if (pme->mParent->msgTypeEnabledWithLock(cb->msg_type)) { in cbNotifyRoutine()
2439 if (cb->msg_type == CAMERA_MSG_FOCUS) { in cbNotifyRoutine()
2445 pme->mNotifyCb(cb->msg_type, in cbNotifyRoutine()
[all …]
DQCamera2HWI.cpp194 void QCamera2HardwareInterface::enable_msg_type(struct camera_device *device, int32_t msg_type) in enable_msg_type() argument
205 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type); in enable_msg_type()
223 void QCamera2HardwareInterface::disable_msg_type(struct camera_device *device, int32_t msg_type) in disable_msg_type() argument
234 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type); in disable_msg_type()
253 int QCamera2HardwareInterface::msg_type_enabled(struct camera_device *device, int32_t msg_type) in msg_type_enabled() argument
265 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)&msg_type); in msg_type_enabled()
2182 int QCamera2HardwareInterface::enableMsgType(int32_t msg_type) in enableMsgType() argument
2184 mMsgEnabled |= msg_type; in enableMsgType()
2200 int QCamera2HardwareInterface::disableMsgType(int32_t msg_type) in disableMsgType() argument
2202 mMsgEnabled &= ~msg_type; in disableMsgType()
[all …]
DQCameraPostProc.cpp629 int32_t QCameraPostProcessor::sendEvtNotify(int32_t msg_type, in sendEvtNotify() argument
633 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
653 int32_t QCameraPostProcessor::sendDataNotify(int32_t msg_type, in sendDataNotify() argument
665 data_cb->msg_type = msg_type; in sendDataNotify()
676 cbArg.msg_type = msg_type; in sendDataNotify()
1851 cbArg.msg_type = CAMERA_MSG_RAW_IMAGE; in encodeData()
1861 cbArg.msg_type = CAMERA_MSG_RAW_IMAGE_NOTIFY; in encodeData()
2248 cbArg.msg_type = CAMERA_MSG_RAW_IMAGE; in processRawImageImpl()
2258 cbArg.msg_type = CAMERA_MSG_RAW_IMAGE_NOTIFY; in processRawImageImpl()
/hardware/ti/omap4xxx/camera/
DCameraHal_Module.cpp112 void camera_enable_msg_type(struct camera_device * device, int32_t msg_type) in camera_enable_msg_type() argument
123 gCameraHals[ti_dev->cameraid]->enableMsgType(msg_type); in camera_enable_msg_type()
126 void camera_disable_msg_type(struct camera_device * device, int32_t msg_type) in camera_disable_msg_type() argument
137 gCameraHals[ti_dev->cameraid]->disableMsgType(msg_type); in camera_disable_msg_type()
140 int camera_msg_type_enabled(struct camera_device * device, int32_t msg_type) in camera_msg_type_enabled() argument
151 return gCameraHals[ti_dev->cameraid]->msgTypeEnabled(msg_type); in camera_msg_type_enabled()
/hardware/ti/omap4-aah/camera/
DCameraHal_Module.cpp183 void camera_enable_msg_type(struct camera_device * device, int32_t msg_type) in camera_enable_msg_type() argument
194 gCameraHals[ti_dev->cameraid]->enableMsgType(msg_type); in camera_enable_msg_type()
197 void camera_disable_msg_type(struct camera_device * device, int32_t msg_type) in camera_disable_msg_type() argument
208 gCameraHals[ti_dev->cameraid]->disableMsgType(msg_type); in camera_disable_msg_type()
211 int camera_msg_type_enabled(struct camera_device * device, int32_t msg_type) in camera_msg_type_enabled() argument
222 return gCameraHals[ti_dev->cameraid]->msgTypeEnabled(msg_type); in camera_msg_type_enabled()
/hardware/qcom/msm8994/kernel-headers/sound/
Dvoice_svc.h34 __u32 msg_type; member
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dvoice_svc.h18 __u32 msg_type; member
/hardware/intel/img/psb_video/src/hwdefs/
Ddxva_cmdseq_msg.h70 uint32_t msg_type : member
133 uint32_t msg_type:8; member
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3PostProc.h138 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/hardware/intel/img/psb_video/src/
Dpsb_cmdbuf.c661 deblock_msg->header.bits.msg_type = VA_MSGID_OOLD_MFLD; in psb_context_submit_hw_deblock()
663 deblock_msg->header.bits.msg_type = VA_MSGID_DEBLOCK_MFLD; in psb_context_submit_hw_deblock()
710 deblock_msg->header.bits.msg_type = VA_MSGID_HOST_BE_OPP_MFLD; in psb_context_submit_host_be_opp()
Dpnw_H264.c873 extract_msg->header.bits.msg_type = VA_MSGID_SLICE_HEADER_EXTRACT; in psb__H264_process_slice_header_group()
886 extract_msg->header.bits.msg_type = VA_MSGID_MODULAR_SLICE_HEADER_EXTRACT; in psb__H264_process_slice_header_group()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c1786 packet.msg_type = CAM_MAPPING_TYPE_FD_MAPPING; in mm_camera_map_buf()
1820 packet.msg_type = CAM_MAPPING_TYPE_FD_UNMAPPING; in mm_camera_unmap_buf()
Dmm_camera_stream.c1605 packet.msg_type = CAM_MAPPING_TYPE_FD_MAPPING; in mm_stream_map_buf()
1654 packet.msg_type = CAM_MAPPING_TYPE_FD_UNMAPPING; in mm_stream_unmap_buf()
/hardware/qcom/camera/
DQCamera_Intf.h146 mm_camera_socket_msg_type msg_type; member
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h413 cam_mapping_type msg_type; member