Home
last modified time | relevance | path

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

12345678

/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_validation_flags.adoc5 [open,refpage='VkValidationFlagsEXT',desc='Specify validation checks to disable for a Vulkan instan…
7 When creating a Vulkan instance for which you wish to disable validation
17 * pname:disabledValidationCheckCount is the number of checks to disable.
25 [open,refpage='VkValidationCheckEXT',desc='Specify validation checks to disable',type='enums']
DVK_EXT_validation_features.adoc5 [open,refpage='VkValidationFeaturesEXT',desc='Specify validation features to enable or disable for …
7 When creating a Vulkan instance for which you wish to enable or disable
22 disable.
83 [open,refpage='VkValidationFeatureDisableEXT',desc='Specify validation features to disable',type='e…
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl_d3d11.h23 #pragma warning( disable : 4201 )
24 #pragma warning( disable : 5105 )
Dcl_d3d10.h23 #pragma warning( disable : 4201 )
24 #pragma warning( disable : 5105 )
Dcl_dx9_media_sharing.h38 #pragma warning( disable : 4201 )
39 #pragma warning( disable : 5105 )
/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/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/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_validation_features.adoc31 enum values that disable specific validation layer features that are enabled
54 ** Add Shader Validation Cache disable
DVK_QCOM_multiview_per_view_viewports.adoc39 1) Is is possible to enable/disable the
48 no known use case enable/disable the feature for individual render passes or
DVK_EXT_non_seamless_cube_map.adoc18 This extension provides functionality to disable <<textures-cubemapedge,
DVK_EXT_subpass_merge_feedback.adoc23 Additionally, it provides a control to enable or disable subpass merging in
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Du_atomic_test.cpp35 #pragma warning( disable : 28112 ) /* Accessing a local variable via an Interlocked function */
36 #pragma warning( disable : 28113 ) /* A variable which is accessed via an Interlocked function must…
/hardware/google/av/media/eco/
DECOService.cpp51 bool disable = property_get_bool(kDisableEcoServiceProperty, false); in obtainSession() local
52 if (disable) { in obtainSession()
/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.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()
Dbundle.h61 int (*disable)(effect_context_t *context); member
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
DExynosExternalDisplay.h37 int disable();
/hardware/interfaces/bluetooth/aidl/
DAndroid.bp22 // If you disable this, you also need to delete the C++
/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/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()
DDownmixEffect.cpp55 Return<Result> DownmixEffect::disable() { in disable() function in android::hardware::audio::effect::CPP_VERSION::implementation::DownmixEffect
56 return mEffect->disable(); in disable()
/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

12345678