Searched refs:enable (Results 101 - 125 of 251) sorted by relevance

1234567891011

/hardware/invensense/6515/libsensors_iio/
H A DSensorBase.cpp193 int SensorBase::enable(int32_t handle, int enabled)
H A DCompassSensor.IIO.9150.cpp114 enable(ID_M, 0);
133 * @brief This function will enable/disable sensor.
135 * which sensor to enable/disable.
137 * en=1, enable;
141 int CompassSensor::enable(int32_t handle, int en) function in class:CompassSensor
406 sprintf(compassSysFs.compass_enable, "%s%s", sysfs_path, "/enable");
H A DCompassSensor.IIO.primary.cpp98 enable(ID_M, 0);
234 * @brief This function will enable/disable sensor.
236 * which sensor to enable/disable.
238 * en=1, enable;
242 int CompassSensor::enable(int32_t handle, int en) function in class:CompassSensor
250 /* reset master enable */
539 sprintf(compassSysFs.compass_enable, "%s%s", sysfs_path, "/enable");
544 sprintf(compassSysFs.chip_enable, "%s%s", sysfs_path, "/buffer/enable");
/hardware/invensense/65xx/libsensors_iio/
H A DSensorBase.cpp188 int SensorBase::enable(int32_t handle, int enabled)
H A DCompassSensor.IIO.9150.cpp114 enable(ID_M, 0);
133 * @brief This function will enable/disable sensor.
135 * which sensor to enable/disable.
137 * en=1, enable;
141 int CompassSensor::enable(int32_t handle, int en) function in class:CompassSensor
387 sprintf(compassSysFs.compass_enable, "%s%s", sysfs_path, "/enable");
H A DCompassSensor.IIO.primary.cpp98 enable(ID_M, 0);
234 * @brief This function will enable/disable sensor.
236 * which sensor to enable/disable.
238 * en=1, enable;
242 int CompassSensor::enable(int32_t handle, int en) function in class:CompassSensor
250 /* reset master enable */
516 sprintf(compassSysFs.compass_enable, "%s%s", sysfs_path, "/enable");
521 sprintf(compassSysFs.chip_enable, "%s%s", sysfs_path, "/buffer/enable");
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.h17 // Uncomment this flag to enable playback debug and record or playback scenarios
124 int enable; member in struct:inv_soft_iron_t
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.h121 enableData(int enable);
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device_copper.h247 bool venc_set_entropy_config(OMX_BOOL enable, OMX_U32 i_cabac_level);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1472 DEBUG_PRINT_ERROR("ERROR: Failed to enable ltrmode");
1567 DEBUG_PRINT_ERROR("ERROR: Failed to enable initial QP");
2043 if (slice_mode.enable && multislice.mslice_size &&
2045 DEBUG_PRINT_ERROR("slice_mode: %lu, max slices (%lu) should be less than (%d)", slice_mode.enable,
2537 bool venc_dev::venc_set_inband_video_header(OMX_BOOL enable) argument
2542 if(enable) {
2548 DEBUG_PRINT_HIGH("Set inband sps/pps: %d", enable);
2556 bool venc_dev::venc_set_au_delimiter(OMX_BOOL enable) argument
2561 if(enable) {
2567 DEBUG_PRINT_HIGH("Set au delimiter: %d", enable);
2595 venc_set_extradata(OMX_U32 extra_data, OMX_BOOL enable) argument
2629 venc_set_slice_delivery_mode(OMX_U32 enable) argument
3227 venc_set_entropy_config(OMX_BOOL enable, OMX_U32 i_cabac_level) argument
3649 venc_set_deinterlace(OMX_U32 enable) argument
3671 venc_set_ltrmode(OMX_U32 enable, OMX_U32 count) argument
3966 venc_set_vui_timing_info(OMX_BOOL enable) argument
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dfimg2d.h205 __u32 enable; member in struct:fimg2d_clip
/hardware/libhardware/include/hardware/
H A Dbt_gatt_client.h171 typedef void (*scan_filter_status_callback)(int enable, int client_if, int status);
173 /** Callback invoked when multi-adv enable operation has completed */
194 /** Callback invoked when batchscan enable / disable operation has completed */
357 bt_status_t (*scan_filter_enable)(int client_if, bool enable);
379 /* Setup the parameters as per spec, user manual specified values and enable multi ADV */
/hardware/qcom/display/msm8084/liboverlay/
H A DmdpWrapper.h289 ALOGE("Failed to call ioctl MSMFB_SECURE err=%s buf_fd=%d enable=%d",
290 strerror(errno), config.fd, config.enable);
344 rot.rotations, rot.enable, rot.downscale_ratio);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.h59 static void dynamicDebug(bool enable){ sDebugLogs = enable; } argument
234 /* checks for conditions to enable partial udpate */
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h106 bool enable; member in struct:qhwc::VsyncState
172 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h475 status_t enableVideoNoiseFilter(bool enable);
476 status_t enableVideoStabilization(bool enable);
554 status_t setFaceDetection(bool enable, OMX_U32 orientation);
566 status_t setAlgoPriority(AlgoPriority priority, Algorithm3A algo, bool enable);
569 status_t setSensorOverclock(bool enable);
648 status_t setExtraData(bool enable, OMX_U32, OMX_EXT_EXTRADATATYPE);
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h533 status_t enableVideoNoiseFilter(bool enable);
534 status_t enableVideoStabilization(bool enable);
577 //TI extensions for enable/disable algos
637 status_t setFaceDetection(bool enable, OMX_U32 orientation);
651 status_t setAlgoPriority(AlgoPriority priority, Algorithm3A algo, bool enable);
654 status_t setSensorOverclock(bool enable);
769 status_t setExtraData(bool enable, OMX_U32, OMX_EXT_EXTRADATATYPE);
779 status_t setMechanicalMisalignmentCorrection(bool enable);
/hardware/qcom/audio/post_proc/
H A Dreverb.c244 bool enable; local
249 enable = (preset == REVERB_PRESET_NONE) ? false: true;
250 offload_reverb_set_enable_flag(&(context->offload_reverb), enable);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h205 // Define next macro with required values to enable default extradata,
596 OMX_ERRORTYPE enable_extradata(OMX_U32 requested_extradata, bool enable = true);
853 void enable_native_buffers(bool enable) {m_native_buffers_enabled = enable;} argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dconfigure.sh68 eval "toggle_${opt}=\"--enable-${opt2} \""
88 ${toggle_debug} enable/disable debug mode
89 ${toggle_gprof} enable/disable gprof profiling instrumentation
90 ${toggle_gcov} enable/disable gcov coverage instrumentation
91 ${toggle_thumb} enable/disable building arm assembly in thumb mode
518 --enable-?*|--disable-?*)
525 elif [ $action = "enable" ] && ! enabled $option ; then
539 --force-enable-?*|--force-disable-?*)
979 # Use armcc as a linker to enable translation of
1172 # Try to enable CP
[all...]
H A Dgen_msvs_vcxproj.sh31 --enable-werror Treat warnings as errors (/WX)
238 --enable-werror) werror=true
/hardware/qcom/display/msm8084/libgralloc/
H A Dframebuffer.cpp344 int enable = 1; local
346 &enable);
/hardware/qcom/display/msm8226/libgralloc/
H A Dframebuffer.cpp345 int enable = 1; local
347 &enable);
/hardware/qcom/display/msm8960/libgralloc/
H A Dframebuffer.cpp331 int enable = 1; local
333 &enable);
/hardware/qcom/display/msm8974/libgralloc/
H A Dframebuffer.cpp331 int enable = 1; local
333 &enable);

Completed in 670 milliseconds

1234567891011