Searched defs:msg_type (Results 1 - 25 of 31) sorted by relevance

12

/hardware/qcom/msm8994/kernel-headers/sound/
H A Dvoice_svc.h34 __u32 msg_type; member in struct:voice_svc_write_msg
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dvoice_svc.h18 __u32 msg_type; member in struct:voice_svc_write_msg
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dvoice_svc.h34 __u32 msg_type; member in struct:voice_svc_write_msg
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dvoice_svc.h18 __u32 msg_type; member in struct:voice_svc_write_msg
/hardware/libhardware/tests/camera2/
H A 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),
139 int32_t msg_type; member in struct:android::camera2::tests::NotifierListener::Notification
150 void onNotify(int32_t msg_type,
155 static void notify_callback_dispatch(int32_t msg_type,
H A Dcamera2_utils.cpp255 status_t NotifierListener::getNextNotification(int32_t *msg_type, argument
261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
264 status_t NotifierListener::waitForNotification(int32_t *msg_type, argument
272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
280 status_t NotifierListener::getNextNotificationLocked(int32_t *msg_type, argument
284 *msg_type = mNotifications.begin()->msg_type;
292 void NotifierListener::onNotify(int32_t msg_type, argument
297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));
301 void NotifierListener::notify_callback_dispatch(int32_t msg_type, argument
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMuxer.h100 // msg_type is same as data callback msg_type
101 int32_t msg_type; member in struct:qcamera::__anon2204
166 static void enable_msg_type(struct camera_device *, int32_t msg_type);
167 static void disable_msg_type(struct camera_device *, int32_t msg_type);
168 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
192 static void jpeg_data_callback(int32_t msg_type,
198 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
274 int32_t storeJpeg(cam_sync_type_t cam_type, int32_t msg_type,
H A DQCameraPostProc.h100 int32_t msg_type; // msg type of data notify member in struct:qcamera::__anon2211
155 int32_t sendDataNotify(int32_t msg_type,
161 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCameraMuxer.cpp434 * DESCRIPTION: Enable msg_type to send callbacks
438 * @msg_type: callback Message type to be enabled
442 void QCameraMuxer::enable_msg_type(struct camera_device * device, int32_t msg_type) argument
455 hwi->enable_msg_type(pCam->dev, msg_type);
463 * DESCRIPTION: disable msg_type to send callbacks
467 * @msg_type: callback Message type to be disabled
471 void QCameraMuxer::disable_msg_type(struct camera_device * device, int32_t msg_type) argument
484 hwi->disable_msg_type(pCam->dev, msg_type);
496 * @msg_type: message type
500 int QCameraMuxer::msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
2255 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
2648 jpeg_data_callback(int32_t msg_type, const camera_memory_t *data, unsigned int index, camera_frame_metadata_t *metadata, void *user, uint32_t frame_idx, camera_release_callback release_cb, void *release_cookie, void *release_data) argument
2694 storeJpeg(cam_sync_type_t cam_type, int32_t msg_type, const camera_memory_t *data, unsigned int index, camera_frame_metadata_t *metadata, void *user,uint32_t frame_idx, camera_release_callback release_cb, void *release_cookie, void *release_data) argument
[all...]
H A DQCamera2HWI.h88 int32_t msg_type; member in struct:qcamera::__anon2191
121 typedef void (*jpeg_data_callback)(int32_t msg_type,
129 int32_t msg_type; // msg type member in struct:qcamera::__anon2193
203 static void enable_msg_type(struct camera_device *, int32_t msg_type);
204 static void disable_msg_type(struct camera_device *, int32_t msg_type);
205 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
314 int enableMsgType(int32_t msg_type);
315 int disableMsgType(int32_t msg_type);
316 int msgTypeEnabled(int32_t msg_type);
317 int msgTypeEnabledWithLock(int32_t msg_type);
[all...]
H A DQCameraPostProc.cpp707 * @msg_type: msg type of notify
715 int32_t QCameraPostProcessor::sendEvtNotify(int32_t msg_type, argument
719 return m_parent->sendEvtNotify(msg_type, ext1, ext2);
728 * @msg_type: data callback msg type
740 int32_t QCameraPostProcessor::sendDataNotify(int32_t msg_type, argument
753 data_cb->msg_type = msg_type;
764 cbArg.msg_type = msg_type;
2153 cbArg.msg_type
[all...]
H A DQCamera2HWI.cpp212 * @msg_type : msg type mask
216 void QCamera2HardwareInterface::enable_msg_type(struct camera_device *device, int32_t msg_type) argument
229 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type);
245 * @msg_type : msg type mask
249 void QCamera2HardwareInterface::disable_msg_type(struct camera_device *device, int32_t msg_type) argument
262 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type);
278 * @msg_type : msg type mask
283 int QCamera2HardwareInterface::msg_type_enabled(struct camera_device *device, int32_t msg_type) argument
297 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)&msg_type);
3331 * @msg_type
3337 enableMsgType(int32_t msg_type) argument
3380 disableMsgType(int32_t msg_type) argument
3414 msgTypeEnabled(int32_t msg_type) argument
3430 msgTypeEnabledWithLock(int32_t msg_type) argument
6053 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMuxer.h102 // msg_type is same as data callback msg_type
103 int32_t msg_type; member in struct:qcamera::__anon2841
168 static void enable_msg_type(struct camera_device *, int32_t msg_type);
169 static void disable_msg_type(struct camera_device *, int32_t msg_type);
170 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
194 static void jpeg_data_callback(int32_t msg_type,
200 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
276 int32_t storeJpeg(cam_sync_type_t cam_type, int32_t msg_type,
H A DQCameraPostProc.h100 int32_t msg_type; // msg type of data notify member in struct:qcamera::__anon2848
155 int32_t sendDataNotify(int32_t msg_type,
161 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCameraMuxer.cpp434 * DESCRIPTION: Enable msg_type to send callbacks
438 * @msg_type: callback Message type to be enabled
442 void QCameraMuxer::enable_msg_type(struct camera_device * device, int32_t msg_type) argument
455 hwi->enable_msg_type(pCam->dev, msg_type);
463 * DESCRIPTION: disable msg_type to send callbacks
467 * @msg_type: callback Message type to be disabled
471 void QCameraMuxer::disable_msg_type(struct camera_device * device, int32_t msg_type) argument
484 hwi->disable_msg_type(pCam->dev, msg_type);
496 * @msg_type: message type
500 int QCameraMuxer::msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
2257 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
2650 jpeg_data_callback(int32_t msg_type, const camera_memory_t *data, unsigned int index, camera_frame_metadata_t *metadata, void *user, uint32_t frame_idx, camera_release_callback release_cb, void *release_cookie, void *release_data) argument
2696 storeJpeg(cam_sync_type_t cam_type, int32_t msg_type, const camera_memory_t *data, unsigned int index, camera_frame_metadata_t *metadata, void *user,uint32_t frame_idx, camera_release_callback release_cb, void *release_cookie, void *release_data) argument
[all...]
H A DQCamera2HWI.h90 int32_t msg_type; member in struct:qcamera::__anon2827
123 typedef void (*jpeg_data_callback)(int32_t msg_type,
131 int32_t msg_type; // msg type member in struct:qcamera::__anon2829
204 static void enable_msg_type(struct camera_device *, int32_t msg_type);
205 static void disable_msg_type(struct camera_device *, int32_t msg_type);
206 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
318 int enableMsgType(int32_t msg_type);
319 int disableMsgType(int32_t msg_type);
320 int msgTypeEnabled(int32_t msg_type);
321 int msgTypeEnabledWithLock(int32_t msg_type);
[all...]
H A DQCameraPostProc.cpp710 * @msg_type: msg type of notify
718 int32_t QCameraPostProcessor::sendEvtNotify(int32_t msg_type, argument
722 return m_parent->sendEvtNotify(msg_type, ext1, ext2);
731 * @msg_type: data callback msg type
743 int32_t QCameraPostProcessor::sendDataNotify(int32_t msg_type, argument
756 data_cb->msg_type = msg_type;
767 cbArg.msg_type = msg_type;
2203 cbArg.msg_type
[all...]
H A DQCamera2HWI.cpp214 * @msg_type : msg type mask
218 void QCamera2HardwareInterface::enable_msg_type(struct camera_device *device, int32_t msg_type) argument
231 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type);
247 * @msg_type : msg type mask
251 void QCamera2HardwareInterface::disable_msg_type(struct camera_device *device, int32_t msg_type) argument
264 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type);
280 * @msg_type : msg type mask
285 int QCamera2HardwareInterface::msg_type_enabled(struct camera_device *device, int32_t msg_type) argument
299 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)&msg_type);
3672 * @msg_type
3678 enableMsgType(int32_t msg_type) argument
3721 disableMsgType(int32_t msg_type) argument
3755 msgTypeEnabled(int32_t msg_type) argument
3771 msgTypeEnabledWithLock(int32_t msg_type) argument
6450 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
[all...]
/hardware/qcom/camera/QCamera2/HAL/wrapper/
H A DQualcommCamera.cpp225 void enable_msg_type(struct camera_device * device, int32_t msg_type) argument
229 hardware->enable_msg_type(device, msg_type);
233 void disable_msg_type(struct camera_device * device, int32_t msg_type) argument
238 hardware->disable_msg_type(device, msg_type);
242 int msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
248 rc = hardware->msg_type_enabled(device, msg_type);
/hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
H A DQualcommCamera.cpp225 void enable_msg_type(struct camera_device * device, int32_t msg_type) argument
229 hardware->enable_msg_type(device, msg_type);
233 void disable_msg_type(struct camera_device * device, int32_t msg_type) argument
238 hardware->disable_msg_type(device, msg_type);
242 int msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
248 rc = hardware->msg_type_enabled(device, msg_type);
/hardware/ti/omap4-aah/camera/
H A DCameraHal_Module.cpp183 void camera_enable_msg_type(struct camera_device * device, int32_t msg_type) argument
194 gCameraHals[ti_dev->cameraid]->enableMsgType(msg_type);
197 void camera_disable_msg_type(struct camera_device * device, int32_t msg_type) argument
208 gCameraHals[ti_dev->cameraid]->disableMsgType(msg_type);
211 int camera_msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
222 return gCameraHals[ti_dev->cameraid]->msgTypeEnabled(msg_type);
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp112 void camera_enable_msg_type(struct camera_device * device, int32_t msg_type) argument
123 gCameraHals[ti_dev->cameraid]->enableMsgType(msg_type);
126 void camera_disable_msg_type(struct camera_device * device, int32_t msg_type) argument
137 gCameraHals[ti_dev->cameraid]->disableMsgType(msg_type);
140 int camera_msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
151 return gCameraHals[ti_dev->cameraid]->msgTypeEnabled(msg_type);
/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQualcommUsbCamera.cpp317 void usbcam_enable_msg_type(struct camera_device * device, int32_t msg_type) argument
320 ALOGI("%s: msg_type: %d", __func__, msg_type);
333 camHal->msgEnabledFlag |= msg_type;
338 void usbcam_disable_msg_type(struct camera_device * device, int32_t msg_type) argument
341 ALOGI("%s: msg_type: %d", __func__, msg_type);
353 camHal->msgEnabledFlag &= ~msg_type;
358 int usbcam_msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
373 return (camHal->msgEnabledFlag & msg_type);
[all...]
/hardware/qcom/camera/usbcamcore/src/
H A DQualcommUsbCamera.cpp317 void usbcam_enable_msg_type(struct camera_device * device, int32_t msg_type) argument
320 ALOGI("%s: msg_type: %d", __func__, msg_type);
333 camHal->msgEnabledFlag |= msg_type;
338 void usbcam_disable_msg_type(struct camera_device * device, int32_t msg_type) argument
341 ALOGI("%s: msg_type: %d", __func__, msg_type);
353 camHal->msgEnabledFlag &= ~msg_type;
358 int usbcam_msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
373 return (camHal->msgEnabledFlag & msg_type);
[all...]
/hardware/intel/img/psb_video/src/hwdefs/
H A Ddxva_cmdseq_msg.h70 uint32_t msg_type : member in struct:__anon1343::__anon1344::__anon1345
133 uint32_t msg_type:8; member in struct:fw_slice_header_extract_msg::__anon1353::__anon1354

Completed in 1085 milliseconds

12