Searched defs:ops (Results 1 - 23 of 23) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcmodule.h40 struct wrs_omxil_cmodule_ops_s *ops; member in struct:wrs_omxil_cmodule_s
/hardware/libhardware/modules/camera/
H A DCameraHAL.cpp127 static int get_tag_count(const vendor_tag_ops_t* ops) argument
129 return gVendorTags.getTagCount(ops);
132 static void get_all_tags(const vendor_tag_ops_t* ops, uint32_t* tag_array) argument
134 gVendorTags.getAllTags(ops, tag_array);
137 static const char* get_section_name(const vendor_tag_ops_t* ops, uint32_t tag) argument
139 return gVendorTags.getSectionName(ops, tag);
142 static const char* get_tag_name(const vendor_tag_ops_t* ops, uint32_t tag) argument
144 return gVendorTags.getTagName(ops, tag);
147 static int get_tag_type(const vendor_tag_ops_t* ops, uint32_t tag) argument
149 return gVendorTags.getTagType(ops, ta
152 get_vendor_tag_ops(vendor_tag_ops_t* ops) argument
[all...]
H A DVendorTags.cpp139 int VendorTags::getTagCount(const vendor_tag_ops_t* ops) argument
144 void VendorTags::getAllTags(const vendor_tag_ops_t* ops, uint32_t* tag_array) argument
159 const char* VendorTags::getSectionName(const vendor_tag_ops_t* ops, uint32_t tag) argument
169 const char* VendorTags::getTagName(const vendor_tag_ops_t* ops, uint32_t tag) argument
179 int VendorTags::getTagType(const vendor_tag_ops_t* ops, uint32_t tag) argument
/hardware/qcom/audio/post_proc/
H A Dbundle.h82 effect_ops_t ops; member in struct:effect_context_s
/hardware/libhardware/include/hardware/
H A Dcamera.h292 camera_device_ops_t *ops; member in struct:camera_device
H A Dcamera2.h790 * set ops to NULL if no vendor extension tags are defined.
793 vendor_tag_query_ops_t **ops);
833 camera2_device_ops_t *ops; member in struct:camera2_device
H A Dcamera3.h135 * 3. Framework calls camera3_device_t->ops->initialize() with the framework
137 * open(), before any other functions in the ops structure are called.
139 * 4. The framework calls camera3_device_t->ops->configure_streams() with a list
145 * camera3_device_t->ops->register_stream_buffers() for at least one of the
151 * camera3_device_t->ops->register_stream_buffers() is not called and must
155 * calls to camera3_device_t->ops->construct_default_request_settings(). This
162 * camera3_device_t->ops->process_capture_request(). The HAL must block the
1012 * Camera HAL device ops functions that have a return value will all return
2564 * HAL should fill in all the vendor tag operation methods, or leave ops
2576 vendor_tag_query_ops_t* ops);
2712 camera3_device_ops_t *ops; member in struct:camera3_device
[all...]
/hardware/ti/omap4-aah/camera/
H A DCameraHal_Module.cpp529 camera_device_extended_ops_t * const ops = static_cast<camera_device_extended_ops_t*>( local
533 ops->set_extended_preview_ops = camera_set_extended_preview_ops;
534 ops->set_buffer_source = camera_set_buffer_source;
535 ops->release_buffer_source = camera_release_buffer_source;
536 ops->take_picture_with_parameters = camera_take_picture_with_parameters;
537 ops->reprocess = camera_reprocess;
538 ops->cancel_reprocess = camera_cancel_reprocess;
604 if (ti_dev->base.ops) {
605 free(ti_dev->base.ops);
684 camera_device->base.ops
[all...]
H A DCameraHal.cpp2109 void CameraHal::setExtendedPreviewStreamOps(preview_stream_extended_ops_t *ops) argument
2111 mExtendedPreviewStreamOps = ops;
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c81 effect_ops_t ops; member in struct:effect_context_s
263 if (context->ops.start)
264 context->ops.start(context, output);
275 if (context->ops.stop)
276 context->ops.stop(context, output);
296 if (fx_ctxt->state == EFFECT_STATE_ACTIVE && fx_ctxt->ops.process != NULL)
402 if (fx_ctxt->ops.process != NULL)
403 fx_ctxt->ops.process(fx_ctxt, &buf, &buf);
455 if (fx_ctxt->ops.start)
456 fx_ctxt->ops
[all...]
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c166 int ops = 0; local
170 ops++;
179 return ops;
1302 OUTE("hregion %p subregion %d doesn't have any ops", hregion, sidx);
1487 OUTE("hregion %p doesn't have any ops", hregion);
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_mdp.h279 uint32_t ops; member in struct:mdp_qseed_cfg
401 uint32_t ops; member in struct:mdp_pcc_cfg_data
415 uint32_t len, ops; member in struct:mdp_igc_lut_data
441 uint32_t ops; member in struct:mdp_hist_lut_data
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_mdp.h282 uint32_t ops; member in struct:mdp_qseed_cfg
421 uint32_t ops; member in struct:mdp_pcc_cfg_data
434 uint32_t len, ops; member in struct:mdp_igc_lut_data
459 uint32_t ops; member in struct:mdp_hist_lut_data
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_mdp.h282 uint32_t ops; member in struct:mdp_qseed_cfg
337 uint32_t len, ops; member in struct:mdp_igc_lut_data
447 uint32_t ops; member in struct:mdp_pcc_cfg_data
480 uint32_t ops; member in struct:mdp_hist_lut_data
501 uint32_t ops; member in struct:mdp_calib_config_data
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_mdp.h286 uint32_t ops; member in struct:mdp_qseed_cfg
339 uint32_t len, ops; member in struct:mdp_igc_lut_data
463 uint32_t ops; member in struct:mdp_pcc_cfg_data
494 uint32_t ops; member in struct:mdp_hist_lut_data
514 uint32_t ops; member in struct:mdp_calib_config_data
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp1508 ALOGE("DEBUG(%s):queue ops NULL. ignoring request", __FUNCTION__);
2430 int ExynosCameraHWInterface2::getMetadataVendorTagOps(vendor_tag_query_ops_t **ops) argument
2433 *ops = NULL;
6347 vendor_tag_query_ops_t **ops)
6350 return obj(dev)->getMetadataVendorTagOps(ops);
6478 g_cam2_device->ops = &camera2_device_ops;
6346 HAL2_device_get_metadata_vendor_tag_ops(const struct camera2_device*dev, vendor_tag_query_ops_t **ops) argument
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_mdp.h325 uint32_t ops; member in struct:mdp_qseed_cfg
382 uint32_t len, ops; member in struct:mdp_igc_lut_data
389 uint32_t ops; member in struct:mdp_histogram_cfg
399 uint32_t ops; member in struct:mdp_hist_lut_data
542 uint32_t ops; member in struct:mdp_pcc_cfg_data
615 uint32_t ops; member in struct:mdp_calib_config_data
621 uint32_t ops; member in struct:mdp_calib_config_buffer
627 uint32_t ops; member in struct:mdp_calib_dcm_state
700 uint32_t ops; member in struct:mdss_ad_init_cfg
721 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_mdp.h324 uint32_t ops; member in struct:mdp_qseed_cfg
379 uint32_t len, ops; member in struct:mdp_igc_lut_data
385 uint32_t ops; member in struct:mdp_histogram_cfg
394 uint32_t ops; member in struct:mdp_hist_lut_data
566 uint32_t ops; member in struct:mdp_pcc_cfg_data
635 uint32_t ops; member in struct:mdp_calib_config_data
641 uint32_t ops; member in struct:mdp_calib_config_buffer
647 uint32_t ops; member in struct:mdp_calib_dcm_state
711 /* ops uses standard MDP_PP_* flags */
713 uint32_t ops; member in struct:mdss_ad_init_cfg
733 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_mdp.h402 uint32_t ops; member in struct:mdp_qseed_cfg
489 uint32_t len, ops; member in struct:mdp_igc_lut_data
495 uint32_t ops; member in struct:mdp_histogram_cfg
505 uint32_t ops; member in struct:mdp_hist_lut_data
694 uint32_t ops; member in struct:mdp_pcc_cfg_data
771 uint32_t ops; member in struct:mdp_calib_config_data
777 uint32_t ops; member in struct:mdp_calib_config_buffer
784 uint32_t ops; member in struct:mdp_calib_dcm_state
869 uint32_t ops; member in struct:mdss_ad_init_cfg
890 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_mdp.h384 uint32_t ops; member in struct:mdp_qseed_cfg
466 uint32_t len, ops; member in struct:mdp_igc_lut_data
472 uint32_t ops; member in struct:mdp_histogram_cfg
481 uint32_t ops; member in struct:mdp_hist_lut_data
756 uint32_t ops; member in struct:mdp_pcc_cfg_data
830 uint32_t ops; member in struct:mdp_calib_config_data
836 uint32_t ops; member in struct:mdp_calib_config_buffer
842 uint32_t ops; member in struct:mdp_calib_dcm_state
917 /* ops uses standard MDP_PP_* flags */
919 uint32_t ops; member in struct:mdss_ad_init_cfg
939 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_mdp.h400 uint32_t ops; member in struct:mdp_qseed_cfg
486 uint32_t len, ops; member in struct:mdp_igc_lut_data
492 uint32_t ops; member in struct:mdp_histogram_cfg
502 uint32_t ops; member in struct:mdp_hist_lut_data
680 uint32_t ops; member in struct:mdp_pcc_cfg_data
757 uint32_t ops; member in struct:mdp_calib_config_data
764 uint32_t ops; member in struct:mdp_calib_config_buffer
770 uint32_t ops; member in struct:mdp_calib_dcm_state
855 uint32_t ops; member in struct:mdss_ad_init_cfg
876 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_mdp.h382 uint32_t ops; member in struct:mdp_qseed_cfg
464 uint32_t len, ops; member in struct:mdp_igc_lut_data
470 uint32_t ops; member in struct:mdp_histogram_cfg
479 uint32_t ops; member in struct:mdp_hist_lut_data
733 uint32_t ops; member in struct:mdp_pcc_cfg_data
807 uint32_t ops; member in struct:mdp_calib_config_data
813 uint32_t ops; member in struct:mdp_calib_config_buffer
819 uint32_t ops; member in struct:mdp_calib_dcm_state
894 /* ops uses standard MDP_PP_* flags */
896 uint32_t ops; member in struct:mdss_ad_init_cfg
916 uint32_t ops; member in struct:mdss_calib_cfg
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h3649 /* different ops for deny list */
3653 /* different ops for manual end point */
3706 /* different ops for manual end point */
4993 uint8 ops; /* 0: disable 1: enable */ member in struct:wl_p2p_ops

Completed in 617 milliseconds