Home
last modified time | relevance | path

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

123456

/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/google/pixel/thermal/
Dpixel-thermal-logd.rc17 on property:persist.vendor.disable.thermal.control=*
18 setprop vendor.disable.thermal.control ${persist.vendor.disable.thermal.control}
20 on property:persist.vendor.disable.thermalhal.control=*
21 setprop vendor.disable.thermalhal.control ${persist.vendor.disable.thermalhal.control}
23 on property:persist.vendor.disable.usb.overheat.mitigation=*
24 …setprop vendor.disable.usb.overheat.mitigation.control ${persist.vendor.disable.usb.overheat.mitig…
26 on property:persist.vendor.disable.bcl.control=*
27 setprop vendor.disable.bcl.control ${persist.vendor.disable.bcl.control}
29 on property:vendor.disable.thermalhal.control=* && property:vendor.thermal.link_ready=1
32 on property:vendor.disable.thermal.control=1 && property:vendor.thermal.link_ready=1
[all …]
/hardware/interfaces/usb/1.3/
DIUsb.hal23 * This function is used to enable/disable USB controller when some
28 * @return true enable or disable USB data successfully
/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/google/av/media/eco/
DECOService.cpp52 bool disable = property_get_bool(kDisableEcoServiceProperty, false); in obtainSession() local
53 if (disable) { in obtainSession()
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
DExynosExternalDisplay.h37 int disable();
DExynosExternalDisplay.cpp447 int ExynosExternalDisplay::disable() in disable() function in ExynosExternalDisplay
490 err = disable(); in setPowerMode()
560 disable(); in handleHotplugEvent()
/hardware/interfaces/bluetooth/aidl/
DAndroid.bp22 // If you disable this, you also need to delete the C++
/hardware/qcom/sm8150p/gps/gnss/
Dlocation_gnss.cpp52 static void disable(uint32_t id);
96 disable,
217 static void disable(uint32_t id) in disable() function
/hardware/qcom/audio/post_proc/
Dbundle.h61 int (*disable)(effect_context_t *context); member
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/interfaces/audio/effect/all-versions/default/
DAcousticEchoCancelerEffect.cpp55 Return<Result> AcousticEchoCancelerEffect::disable() { in disable() function in android::hardware::audio::effect::CPP_VERSION::implementation::AcousticEchoCancelerEffect
56 return mEffect->disable(); in disable()
DPresetReverbEffect.cpp55 Return<Result> PresetReverbEffect::disable() { in disable() function in android::hardware::audio::effect::CPP_VERSION::implementation::PresetReverbEffect
56 return mEffect->disable(); in disable()
DBassBoostEffect.cpp55 Return<Result> BassBoostEffect::disable() { in disable() function in android::hardware::audio::effect::CPP_VERSION::implementation::BassBoostEffect
56 return mEffect->disable(); in disable()
DDownmixEffect.cpp55 Return<Result> DownmixEffect::disable() { in disable() function in android::hardware::audio::effect::CPP_VERSION::implementation::DownmixEffect
56 return mEffect->disable(); in disable()
DLoudnessEnhancerEffect.cpp57 Return<Result> LoudnessEnhancerEffect::disable() { in disable() function in android::hardware::audio::effect::CPP_VERSION::implementation::LoudnessEnhancerEffect
58 return mEffect->disable(); in disable()
/hardware/interfaces/usb/1.2/
Dtypes.hal100 * Client can enable/disable contaminant presence protection through
111 * Client can enable/disable contaminant presence detection through
/hardware/qcom/sm7150/gps/gnss/
Dlocation_gnss.cpp52 static void disable(uint32_t id);
104 disable,
232 static void disable(uint32_t id) in disable() function
/hardware/nxp/nfc/intf/nxpnfc/1.0/
DINxpNfc.hal28 * HAL_NFC_INHIBIT_PWR_CNTRL to disable eSE power
/hardware/google/interfaces/bluetooth/ewp/1.0/
DIBluetoothEwp.hal34 * API to disable Bluetooth Le Audio offload debugging mechanism.
/hardware/qcom/sm8150p/gps/location/
DLocationAPI.h228 void disable(uint32_t id);
/hardware/interfaces/audio/common/7.0/example/
DLoudnessEnhancerEffect.h41 ::android::hardware::Return<Result> disable() override { return mEffect->disable(); } in disable() function
/hardware/qcom/sm7150/gps/location/
DLocationAPI.h228 void disable(uint32_t id);
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantStaNetworkCallback.hal43 * Used to notify WPA3 transition disable.

123456