Searched refs:msg_type (Results 1 - 10 of 10) sorted by relevance

/hardware/libhardware/include/hardware/
H A 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,
113 * The following three functions all take a msg_type, which is a bitmask of
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);
H A Dcamera2.h298 typedef void (*camera2_notify_callback)(int32_t msg_type,
/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/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/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/intel/img/psb_video/src/hwdefs/
H A Ddxva_cmdseq_msg.h70 uint32_t msg_type : member in struct:__anon845::__anon846::__anon847
133 uint32_t msg_type:8; member in struct:fw_slice_header_extract_msg::__anon855::__anon856
/hardware/intel/img/psb_video/src/
H A Dpsb_cmdbuf.c661 deblock_msg->header.bits.msg_type = VA_MSGID_OOLD_MFLD;
663 deblock_msg->header.bits.msg_type = VA_MSGID_DEBLOCK_MFLD;
710 deblock_msg->header.bits.msg_type = VA_MSGID_HOST_BE_OPP_MFLD;
H A Dpnw_H264.c873 extract_msg->header.bits.msg_type = VA_MSGID_SLICE_HEADER_EXTRACT;
886 extract_msg->header.bits.msg_type = VA_MSGID_MODULAR_SLICE_HEADER_EXTRACT;
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp4179 * The following three functions all take a msg_type, which is a bitmask of
4186 static void HAL_camera_device_enable_msg_type(struct camera_device *dev, int32_t msg_type) argument
4189 obj(dev)->enableMsgType(msg_type);
4202 static void HAL_camera_device_disable_msg_type(struct camera_device *dev, int32_t msg_type) argument
4205 obj(dev)->disableMsgType(msg_type);
4213 static int HAL_camera_device_msg_type_enabled(struct camera_device *dev, int32_t msg_type) argument
4216 return obj(dev)->msgTypeEnabled(msg_type);

Completed in 1379 milliseconds