Searched refs:enable (Results 176 - 200 of 531) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_base.h70 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) { argument
101 virtual DisplayError SetVSyncState(bool enable);
110 virtual DisplayError SetCompositionState(LayerComposition composition_type, bool enable);
H A Dcomp_manager.cpp441 void CompManager::ControlPartialUpdate(Handle display_ctx, bool enable) { argument
446 display_comp_ctx->pu_constraints.enable = enable;
539 LayerComposition composition_type, bool enable) {
545 return display_comp_ctx->strategy->SetCompositionState(composition_type, enable);
548 DisplayError CompManager::ControlDpps(bool enable) { argument
550 return enable ? dpps_ctrl_intf_->On() : dpps_ctrl_intf_->Off();
538 SetCompositionState(Handle display_ctx, LayerComposition composition_type, bool enable) argument
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_device.h83 virtual DisplayError SetVSyncState(bool enable);
94 virtual DisplayError SetAutoRefresh(bool enable) { return kErrorNone; } argument
135 bool EnableHotPlugDetection(int enable);
H A Dhw_primary.cpp102 // Need to enable HPD, but toggle at start when HDMI is external
491 DisplayError HWPrimary::SetVSyncState(bool enable) { argument
493 return HWDevice::SetVSyncState(enable);
577 DisplayError HWPrimary::SetAutoRefresh(bool enable) { argument
580 ssize_t bytes = snprintf(buffer, kWriteLength, "%d", enable);
582 if (enable == auto_refresh_) {
590 auto_refresh_ = enable;
667 if (hw_avr_info.enable) {
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_session.cpp453 int HWCSession::EventControl(hwc_composer_device_1 *device, int disp, int event, int enable) { argument
461 status = hwc_session->hwc_display_[disp]->EventControl(event, enable);
839 uint32_t enable = UINT32(input_parcel->readInt32()); local
856 error = hwc_display_[HWC_DISPLAY_PRIMARY]->ControlPartialUpdate(enable, &pending);
1145 bool enable = (input_parcel->readInt32() > 0); local
1146 DLOGI("type = %d enable = %d", type, enable);
1151 HWCDebugHandler::DebugAll(enable, verbose_level);
1155 HWCDebugHandler::DebugStrategy(enable, verbose_level);
1156 HWCDebugHandler::DebugCompManager(enable, verbose_leve
[all...]
/hardware/qcom/display/msm8996/hdmi_cec/
H A Dqhdmi_cec.cpp67 static int cec_enable(cec_context_t *ctx, int enable);
412 static int cec_enable(cec_context_t *ctx, int enable) argument
416 int value = enable ? 0x3 : 0x0;
417 err = write_int_to_node(ctx, "cec/enable", value);
419 ALOGE("%s: Failed to toggle CEC: enable: %d",
420 __FUNCTION__, enable);
423 ctx->enabled = enable;
/hardware/qcom/display/msm8998/hdmi_cec/
H A Dqhdmi_cec.cpp67 static int cec_enable(cec_context_t *ctx, int enable);
412 static int cec_enable(cec_context_t *ctx, int enable) argument
416 int value = enable ? 0x3 : 0x0;
417 err = write_int_to_node(ctx, "cec/enable", value);
419 ALOGE("%s: Failed to toggle CEC: enable: %d",
420 __FUNCTION__, enable);
423 ctx->enabled = enable;
/hardware/interfaces/radio/1.0/
H A DIRadio.hal500 * @param enable is false for "disabled" and true for "enabled"
505 oneway setCallWaiting(int32_t serial, bool enable,
695 * @param enable true for "enable mute" and false for "disable mute"
699 oneway setMute(int32_t serial, bool enable);
737 * @param enable true = notifications enabled, false = notifications disabled.
741 oneway setSuppServiceNotifications(int32_t serial, bool enable);
866 * @param enable true = updates enabled (+CREG=2), false = updates disabled (+CREG=1)
870 oneway setLocationUpdates(int32_t serial, bool enable);
927 * @param enable fals
[all...]
/hardware/qcom/audio/post_proc/
H A Dbundle.c342 context->ops.enable = equalizer_enable;
359 context->ops.enable = bassboost_enable;
376 context->ops.enable = virtualizer_enable;
399 context->ops.enable = reverb_enable;
600 if (context->ops.enable)
601 context->ops.enable(context);
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_primary.cpp114 // Need to enable HPD, but toggle at start when HDMI is external
481 DisplayError HWPrimary::SetVSyncState(bool enable) { argument
483 return HWDevice::SetVSyncState(enable);
567 DisplayError HWPrimary::SetAutoRefresh(bool enable) { argument
570 ssize_t bytes = snprintf(buffer, kWriteLength, "%d", enable);
572 if (enable == auto_refresh_) {
580 auto_refresh_ = enable;
/hardware/qcom/display/msm8909/liboverlay/
H A Doverlay.h156 static void debugPipeLifecycle(const bool& enable);
348 inline void Overlay::debugPipeLifecycle(const bool& enable) { argument
349 sDebugPipeLifecycle = enable;
H A DoverlayMdpRot.cpp36 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
151 mRotImgInfo.enable = 1;
155 mRotImgInfo.enable = 0;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.h56 static void dynamicDebug(bool enable){ sDebugLogs = enable; } argument
59 static int setPartialUpdatePref(hwc_context_t *ctx, bool enable);
250 /* checks for conditions to enable partial udpate */
/hardware/qcom/display/msm8994/liboverlay/
H A Doverlay.h158 static void debugPipeLifecycle(const bool& enable);
368 inline void Overlay::debugPipeLifecycle(const bool& enable) { argument
369 sDebugPipeLifecycle = enable;
H A DoverlayMdpRot.cpp36 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
151 mRotImgInfo.enable = 1;
155 mRotImgInfo.enable = 0;
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display.h90 virtual int EventControl(int event, int enable);
103 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) { argument
144 int ToggleScreenUpdates(bool enable);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlane.h101 virtual bool enable() = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DOverlayPlaneBase.h50 virtual bool enable();
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlane.h101 virtual bool enable() = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DOverlayPlaneBase.h49 virtual bool enable();
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.AKM.cpp71 * @brief This function will enable/disable sensor.
72 * @param[in] handle which sensor to enable/disable.
73 * @param[in] en en=1 enable, en=0 disable
76 int CompassSensor::enable(int32_t handle, int en) function in class:CompassSensor
80 // TODO: called 3rd-party's "set enable/disable" function
H A DPressureSensor.IIO.secondary.cpp80 * @brief This function will enable/disable sensor.
82 * which sensor to enable/disable.
84 * en=1, enable;
88 int PressureSensor::enable(int32_t handle, int en) function in class:PressureSensor
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
H A Dinv_self_test.c51 char *enable; member in struct:sysfs_attrbs
189 sprintf(mpu.enable, "%s%s", sysfs_path, "/buffer/enable");
353 // enable the device
358 if (save_n_write_sysfs_int(mpu.enable, 0, &mpu.enable_value) < 0) {
359 printf("Self-Test:ERR-Failed to disable master enable\n");
366 printf("Self-Test:ERR-Failed to enable accel\n");
370 printf("Self-Test:ERR-Failed to enable gyro\n");
375 printf("Self-Test:ERR-Failed to enable compass\n");
635 if (write_sysfs_int(mpu.enable, mp
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.cpp71 * @brief This function will enable/disable sensor.
72 * @param[in] handle which sensor to enable/disable.
73 * @param[in] en en=1 enable, en=0 disable
76 int CompassSensor::enable(int32_t handle, int en) function in class:CompassSensor
80 // TODO: called 3rd-party's "set enable/disable" function
H A DPressureSensor.IIO.secondary.cpp81 * @brief This function will enable/disable sensor.
83 * which sensor to enable/disable.
85 * en=1, enable;
89 int PressureSensor::enable(int32_t handle, int en) function in class:PressureSensor

Completed in 505 milliseconds

1234567891011>>