HomeSort by relevance Sort by last modified time
    Searched refs:Enable (Results 51 - 75 of 293) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/network_3GModemControl/
network_3GModemControl.py 36 def Enable(self):
60 def Enable(self):
61 self.modem.Enable(True)
64 self.modem.Enable(False)
106 def Enable(self):
107 self.device.Enable(timeout=DEVICE_TIMEOUT)
140 def Enable(self):
142 logging.info('Enable with %s' % cmds)
143 cmds.Enable()
284 commands.Enable()
    [all...]
  /hardware/ti/omap4-aah/camera/
Android.mk 13 # Enable CameraHAL debug logs
18 # Enable CameraHAL verbose debug logs
23 # Enable CameraHAL function enter/exit logging
28 # Enable timestamp logging
38 # Enable OMX Camera component profiling
  /external/harfbuzz_ng/win32/
info-msvc.mak 78 @echo OPTION: Optional, may be any of the following, use OPTION=1 to enable;
84 @echo Enable DirectWrite support, requires a recent enough Windows SDK.
87 @echo Enable graphite2 support, requires the SIL Graphite2 library
90 @echo Enable FreeType2 support, requires the FreeType2 library
93 @echo Enable GLib2 support, with GLib Unicode support, requires the GNOME GLib2
97 @echo Enable the HarfBuzz-ICU layout library, requires the International
101 @echo Enable the HarfBuzz-GObject library, also implies GLib2 support,
107 @echo Enable the build of introspection files, also implies GObject/GLib2 support,
  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 48 // Use to enable the extended filter mode in the AEC, along with robustness
84 // Use to enable experimental gain control (AGC). At startup the experimental
106 // Use to enable experimental noise suppression. It can be set in the
115 // Use to enable beamforming. Must be provided through the constructor. It will
140 // Use to enable intelligibility enhancer in audio processing. Must be provided
189 // apm->high_pass_filter()->Enable(true);
192 // apm->echo_cancellation()->Enable(true);
195 // apm->noise_reduction()->Enable(true);
199 // apm->gain_control()->Enable(true);
201 // apm->voice_detection()->Enable(true)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 74 "flag to enable the component with default settings. The subsequent flags\n"
178 ASSERT_EQ(apm->kNoError, apm->level_estimator()->Enable(true));
221 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true));
228 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true));
234 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true));
239 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true));
244 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true));
249 ASSERT_EQ(apm->kNoError, apm->level_estimator()->Enable(false));
271 ASSERT_EQ(apm->kNoError, apm->echo_control_mobile()->Enable(true));
298 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true))
    [all...]
debug_dump_test.cc 412 apm_->echo_cancellation()->Enable(msg.aec_enabled()));
428 apm_->echo_control_mobile()->Enable(msg.aecm_enabled()));
444 apm_->gain_control()->Enable(msg.agc_enabled()));
458 apm_->high_pass_filter()->Enable(msg.hpf_enabled()));
463 apm_->noise_suppression()->Enable(msg.ns_enabled()));
528 EXPECT_EQ(AudioProcessing::kNoError, aec->Enable(!aec->is_enabled()));
543 EXPECT_EQ(AudioProcessing::kNoError, aec->Enable(!aec->is_enabled()));
554 EXPECT_EQ(AudioProcessing::kNoError, aec->Enable(true));
580 EXPECT_EQ(AudioProcessing::kNoError, agc->Enable(!agc->is_enabled()));
594 EXPECT_EQ(AudioProcessing::kNoError, ns->Enable(!ns->is_enabled()))
    [all...]
  /system/bt/service/test/
adapter_unittest.cpp 123 TEST_F(AdapterTest, Enable) {
129 // Enable fails at HAL level
130 EXPECT_FALSE(adapter_->Enable(false));
133 // Enable success
135 EXPECT_TRUE(adapter_->Enable(false));
141 // Enable fails because not disabled
143 EXPECT_FALSE(adapter_->Enable(false));
153 // Enable fails because already enabled
154 EXPECT_FALSE(adapter_->Enable(false));
  /device/google/contexthub/sensorhal/
Android.mk 20 # # Enable the nanohub sensor HAL
29 # # Enable lid-state reporting (optional)
32 # # Enable mag-bias reporting (optional)
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Application.mk 20 # Enable C++11. However, pthread, rtti and exceptions aren?t enabled
  /hardware/qcom/display/msm8994/libhwcomposer/
Android.mk 25 #Enable Dynamic FPS if PHASE_OFFSET is not set
  /external/autotest/client/site_tests/network_3GStressEnable/
network_3GStressEnable.py 26 def _enable_device(self, enable):
29 if enable:
30 self.device.Enable(timeout=timeout)
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 59 // Setting vectorize.enable
61 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.vectorize.enable"),
64 LoopAttributes::Enable)))};
71 if (Attrs.UnrollEnable == LoopAttributes::Enable)
72 Name = "llvm.loop.unroll.enable";
153 case LoopHintAttr::Enable:
160 setUnrollState(LoopAttributes::Enable);
  /external/llvm/include/llvm/MC/
SubtargetFeature.h 99 void AddFeature(StringRef String, bool Enable = true);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
post_decode_vad.cc 20 void PostDecodeVad::Enable() {
  /external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.h 49 int Enable(bool enable) override;
51 int enable_comfort_noise(bool enable) override;
  /external/webrtc/webrtc/tools/agc/
agc_harness.cc 52 DEFINE_bool(ns, true, "enable noise suppression");
53 DEFINE_bool(highpass, true, "enable high pass filter");
113 audioproc->gain_control()->Enable(true);
114 audioproc->high_pass_filter()->Enable(FLAGS_highpass);
115 audioproc->noise_suppression()->Enable(FLAGS_ns);
116 audioproc->echo_cancellation()->Enable(FLAGS_aec);
  /system/bt/service/ipc/binder/
bluetooth_binder_server.h 48 bool Enable(bool start_restricted) override;
  /system/connectivity/shill/cellular/
mm1_modem_proxy_interface.h 41 virtual void Enable(bool enable,
mock_mm1_modem_proxy.h 37 MOCK_METHOD4(Enable, void(bool enable,
  /system/connectivity/shill/dbus/
chromeos_modem_proxy.h 41 void Enable(bool enable,
63 // Callbacks for Enable async call.
  /system/core/crash_reporter/
kernel_collector.h 50 // Enable collection.
51 bool Enable();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 196 WINBOOL Enable;
214 WINBOOL Enable;
248 WINBOOL Enable;
268 WINBOOL Enable;
273 WINBOOL Enable;
283 WINBOOL Enable;
288 WINBOOL Enable;
304 WINBOOL Enable;
316 WINBOOL Enable;
321 WINBOOL Enable;
    [all...]
  /external/v8/test/mjsunit/
debug-enable-disable-breakpoints.js 61 // Enable the breakpoint.
81 // Enable both breakpoints.
97 // Enable the first breakpoint.
  /build/target/board/generic_x86/
BoardConfig.mk 21 # Enable dex-preoptimization to speed up the first boot sequence
30 # Build and enable the OpenGL ES View renderer. When running on the emulator,
  /build/target/board/generic_x86_64/
BoardConfig.mk 27 # Enable dex-preoptimization to speed up the first boot sequence
36 # Build and enable the OpenGL ES View renderer. When running on the emulator,

Completed in 1327 milliseconds

1 23 4 5 6 7 8 91011>>