Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 108) sorted by relevance

12345

/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
DREADME4 this will run enable and disable sequence sequentially.
7 In the disable sequence, this will disable all but accel engine; all outputs
11 this set the enable sequence to 10 seconds and disable sequence for 1 seconds.
18 this set the enable and disable sequences to last a random time. It is good
22 this enables motion interrupt during the disable sequence.
/hardware/qcom/gps/msm8998/gnss/
Dlocation_gnss.cpp51 static void disable(uint32_t id);
76 disable,
179 static void disable(uint32_t id) in disable() function
/hardware/qcom/gps/msm8909w_3100/gnss/
Dlocation_gnss.cpp51 static void disable(uint32_t id);
77 disable,
181 static void disable(uint32_t id) in disable() function
/hardware/intel/common/libmix/mix_video/test/src/
DMakefile.am16 test_framemanager_LIBTOOLFLAGS = --tag=disable-static
/hardware/intel/common/libmix/mix_audio/tests/smoke/
DMakefile.am19 mixaudiosmoke_LIBTOOLFLAGS = --tag=disable-static
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DSpritePlaneBase.cpp47 bool SpritePlaneBase::disable() in disable() function in android::intel::SpritePlaneBase
DSpritePlaneBase.h34 virtual bool disable();
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DSpritePlaneBase.cpp47 bool SpritePlaneBase::disable() in disable() function in android::intel::SpritePlaneBase
DSpritePlaneBase.h35 virtual bool disable();
/hardware/intel/common/libmix/mix_common/src/
DMakefile.am19 libmixcommon_la_LIBTOOLFLAGS = --tag=disable-static
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DAnnCursorPlane.h38 bool disable();
DAnnRGBPlane.h36 bool disable();
DAnnOverlayPlane.h44 virtual bool disable();
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnCursorPlane.h38 bool disable();
DAnnRGBPlane.h37 bool disable();
DAnnOverlayPlane.h42 virtual bool disable();
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngCursorPlane.h38 bool disable();
/hardware/interfaces/wifi/1.2/default/tests/
Druntests.sh40 adb disable-verity
/hardware/qcom/audio/post_proc/
Dbundle.c345 context->ops.disable = equalizer_disable; in effect_lib_create()
362 context->ops.disable = bassboost_disable; in effect_lib_create()
379 context->ops.disable = virtualizer_disable; in effect_lib_create()
402 context->ops.disable = reverb_disable; in effect_lib_create()
617 if (context->ops.disable) in effect_command()
618 context->ops.disable(context); in effect_command()
/hardware/intel/common/libmix/mix_audio/src/
DMakefile.am27 libmixaudio_la_LIBTOOLFLAGS = --tag=disable-static
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
DAcousticEchoCancelerEffect.impl.h55 Return<Result> AcousticEchoCancelerEffect::disable() { in disable() function
56 return mEffect->disable(); in disable()
DBassBoostEffect.impl.h54 Return<Result> BassBoostEffect::disable() { in disable() function
55 return mEffect->disable(); in disable()
DLoudnessEnhancerEffect.impl.h57 Return<Result> LoudnessEnhancerEffect::disable() { in disable() function
58 return mEffect->disable(); in disable()
DDownmixEffect.impl.h54 Return<Result> DownmixEffect::disable() { in disable() function
55 return mEffect->disable(); in disable()
DPresetReverbEffect.impl.h54 Return<Result> PresetReverbEffect::disable() { in disable() function
55 return mEffect->disable(); in disable()

12345