/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | README | 4 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/ |
D | pixel-thermal-logd.rc | 17 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/ |
D | IUsb.hal | 23 * 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/ |
D | location_gnss.cpp | 51 static void disable(uint32_t id); 76 disable, 179 static void disable(uint32_t id) in disable() function
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | location_gnss.cpp | 51 static void disable(uint32_t id); 77 disable, 181 static void disable(uint32_t id) in disable() function
|
/hardware/google/av/media/eco/ |
D | ECOService.cpp | 52 bool disable = property_get_bool(kDisableEcoServiceProperty, false); in obtainSession() local 53 if (disable) { in obtainSession()
|
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/ |
D | ExynosExternalDisplay.h | 37 int disable();
|
D | ExynosExternalDisplay.cpp | 447 int ExynosExternalDisplay::disable() in disable() function in ExynosExternalDisplay 490 err = disable(); in setPowerMode() 560 disable(); in handleHotplugEvent()
|
/hardware/interfaces/bluetooth/aidl/ |
D | Android.bp | 22 // If you disable this, you also need to delete the C++
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | location_gnss.cpp | 52 static void disable(uint32_t id); 96 disable, 217 static void disable(uint32_t id) in disable() function
|
/hardware/qcom/audio/post_proc/ |
D | bundle.h | 61 int (*disable)(effect_context_t *context); member
|
D | bundle.c | 345 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/ |
D | AcousticEchoCancelerEffect.cpp | 55 Return<Result> AcousticEchoCancelerEffect::disable() { in disable() function in android::hardware::audio::effect::CPP_VERSION::implementation::AcousticEchoCancelerEffect 56 return mEffect->disable(); in disable()
|
D | PresetReverbEffect.cpp | 55 Return<Result> PresetReverbEffect::disable() { in disable() function in android::hardware::audio::effect::CPP_VERSION::implementation::PresetReverbEffect 56 return mEffect->disable(); in disable()
|
D | BassBoostEffect.cpp | 55 Return<Result> BassBoostEffect::disable() { in disable() function in android::hardware::audio::effect::CPP_VERSION::implementation::BassBoostEffect 56 return mEffect->disable(); in disable()
|
D | DownmixEffect.cpp | 55 Return<Result> DownmixEffect::disable() { in disable() function in android::hardware::audio::effect::CPP_VERSION::implementation::DownmixEffect 56 return mEffect->disable(); in disable()
|
D | LoudnessEnhancerEffect.cpp | 57 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/ |
D | types.hal | 100 * Client can enable/disable contaminant presence protection through 111 * Client can enable/disable contaminant presence detection through
|
/hardware/qcom/sm7150/gps/gnss/ |
D | location_gnss.cpp | 52 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/ |
D | INxpNfc.hal | 28 * HAL_NFC_INHIBIT_PWR_CNTRL to disable eSE power
|
/hardware/google/interfaces/bluetooth/ewp/1.0/ |
D | IBluetoothEwp.hal | 34 * API to disable Bluetooth Le Audio offload debugging mechanism.
|
/hardware/qcom/sm8150p/gps/location/ |
D | LocationAPI.h | 228 void disable(uint32_t id);
|
/hardware/interfaces/audio/common/7.0/example/ |
D | LoudnessEnhancerEffect.h | 41 ::android::hardware::Return<Result> disable() override { return mEffect->disable(); } in disable() function
|
/hardware/qcom/sm7150/gps/location/ |
D | LocationAPI.h | 228 void disable(uint32_t id);
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantStaNetworkCallback.hal | 43 * Used to notify WPA3 transition disable.
|