Searched refs:disable (Results 1 - 25 of 69) sorted by relevance

123

/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DSpritePlaneBase.cpp47 bool SpritePlaneBase::disable() function in class:android::intel::SpritePlaneBase
H A DSpritePlaneBase.h35 virtual bool disable();
H A DOverlayPlaneBase.h51 virtual bool disable();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DSpritePlaneBase.cpp47 bool SpritePlaneBase::disable() function in class:android::intel::SpritePlaneBase
H A DSpritePlaneBase.h34 virtual bool disable();
H A DOverlayPlaneBase.h50 virtual bool disable();
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnCursorPlane.h38 bool disable();
H A DAnnRGBPlane.h37 bool disable();
H A DAnnOverlayPlane.h42 virtual bool disable();
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngCursorPlane.h38 bool disable();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnCursorPlane.h38 bool disable();
H A DAnnRGBPlane.h36 bool disable();
H A DAnnOverlayPlane.h44 virtual bool disable();
/hardware/qcom/gps/msm8998/gnss/
H A Dlocation_gnss.cpp51 static void disable(uint32_t id);
75 disable,
177 static void disable(uint32_t id) function
/hardware/qcom/audio/post_proc/
H A Dbundle.h61 int (*disable)(effect_context_t *context); member in struct:effect_ops_s
H A Dbundle.c343 context->ops.disable = equalizer_disable;
360 context->ops.disable = bassboost_disable;
377 context->ops.disable = virtualizer_disable;
400 context->ops.disable = reverb_disable;
615 if (context->ops.disable)
616 context->ops.disable(context);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlane.h102 virtual bool disable() = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlane.h102 virtual bool disable() = 0;
/hardware/qcom/gps/msm8998/location/
H A Dlocation_interface.h47 void (*disable)(uint32_t id); member in struct:GnssInterface
/hardware/interfaces/audio/effect/2.0/default/
H A DAcousticEchoCancelerEffect.cpp56 Return<Result> AcousticEchoCancelerEffect::disable() { function in class:android::hardware::audio::effect::V2_0::implementation::AcousticEchoCancelerEffect
57 return mEffect->disable();
H A DAutomaticGainControlEffect.cpp71 Return<Result> AutomaticGainControlEffect::disable() { function in class:android::hardware::audio::effect::V2_0::implementation::AutomaticGainControlEffect
72 return mEffect->disable();
H A DBassBoostEffect.cpp56 Return<Result> BassBoostEffect::disable() { function in class:android::hardware::audio::effect::V2_0::implementation::BassBoostEffect
57 return mEffect->disable();
H A DDownmixEffect.cpp56 Return<Result> DownmixEffect::disable() { function in class:android::hardware::audio::effect::V2_0::implementation::DownmixEffect
57 return mEffect->disable();
H A DLoudnessEnhancerEffect.cpp58 Return<Result> LoudnessEnhancerEffect::disable() { function in class:android::hardware::audio::effect::V2_0::implementation::LoudnessEnhancerEffect
59 return mEffect->disable();
H A DNoiseSuppressionEffect.cpp69 Return<Result> NoiseSuppressionEffect::disable() { function in class:android::hardware::audio::effect::V2_0::implementation::NoiseSuppressionEffect
70 return mEffect->disable();

Completed in 680 milliseconds

123