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

/hardware/libhardware/include/hardware/
H A Dcamera.h54 typedef void (*camera_notify_callback)(int32_t msg_type,
59 typedef void (*camera_data_callback)(int32_t msg_type,
64 int32_t msg_type,
110 * The following three functions all take a msg_type, which is a bitmask of
117 void (*enable_msg_type)(struct camera_device *, int32_t msg_type);
129 void (*disable_msg_type)(struct camera_device *, int32_t msg_type);
136 int (*msg_type_enabled)(struct camera_device *, int32_t msg_type);
H A Dcamera2.h297 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/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.h71 int32_t msg_type; // msg type of data notify member in struct:qcamera::__anon391
114 int32_t sendDataNotify(int32_t msg_type,
119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCamera2HWI.h90 int32_t msg_type; member in struct:qcamera::__anon380
118 int32_t msg_type; // msg type member in struct:qcamera::__anon382
178 static void enable_msg_type(struct camera_device *, int32_t msg_type);
179 static void disable_msg_type(struct camera_device *, int32_t msg_type);
180 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
235 int enableMsgType(int32_t msg_type);
236 int disableMsgType(int32_t msg_type);
237 int msgTypeEnabled(int32_t msg_type);
238 int msgTypeEnabledWithLock(int32_t msg_type);
299 int32_t sendEvtNotify(int32_t msg_type, int32_
[all...]
H A DQCamera2HWICallbacks.cpp339 cbArg.msg_type = CAMERA_MSG_PREVIEW_FRAME;
418 cbArg.msg_type = CAMERA_MSG_PREVIEW_FRAME;
561 cbArg.msg_type = CAMERA_MSG_VIDEO_FRAME;
1090 if (pme->mParent->msgTypeEnabledWithLock(cb->msg_type)) {
1094 if (cb->msg_type == CAMERA_MSG_FOCUS) {
1098 pme->mNotifyCb(cb->msg_type,
1111 pme->mDataCb(cb->msg_type,
1126 cb->msg_type,
1146 pme->mDataCb(cb->msg_type,
1165 cb->msg_type);
[all...]
H A DQCameraPostProc.cpp381 * @msg_type: msg type of notify
389 int32_t QCameraPostProcessor::sendEvtNotify(int32_t msg_type, argument
393 return m_parent->sendEvtNotify(msg_type, ext1, ext2);
402 * @msg_type: data callback msg type
413 int32_t QCameraPostProcessor::sendDataNotify(int32_t msg_type, argument
425 data_cb->msg_type = msg_type;
436 cbArg.msg_type = msg_type;
995 cbArg.msg_type
[all...]
H A DQCamera2HWI.cpp169 * @msg_type : msg type mask
173 void QCamera2HardwareInterface::enable_msg_type(struct camera_device *device, int32_t msg_type) argument
182 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type);
196 * @msg_type : msg type mask
200 void QCamera2HardwareInterface::disable_msg_type(struct camera_device *device, int32_t msg_type) argument
209 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type);
223 * @msg_type : msg type mask
228 int QCamera2HardwareInterface::msg_type_enabled(struct camera_device *device, int32_t msg_type) argument
238 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)msg_type);
1546 * @msg_type
1552 enableMsgType(int32_t msg_type) argument
1570 disableMsgType(int32_t msg_type) argument
1587 msgTypeEnabled(int32_t msg_type) argument
1603 msgTypeEnabledWithLock(int32_t msg_type) argument
2436 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) 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/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h115 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera.c1546 packet.msg_type = CAM_MAPPING_TYPE_FD_MAPPING;
1580 packet.msg_type = CAM_MAPPING_TYPE_FD_UNMAPPING;
H A Dmm_camera_stream.c1262 packet.msg_type = CAM_MAPPING_TYPE_FD_MAPPING;
1309 packet.msg_type = CAM_MAPPING_TYPE_FD_UNMAPPING;
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h269 cam_mapping_type msg_type; member in struct:__anon448
/hardware/qcom/camera/
H A DQCamera_Intf.h146 mm_camera_socket_msg_type msg_type; member in struct:__anon647
/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 361 milliseconds