HomeSort by relevance Sort by last modified time
    Searched refs:Enable (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerOptInfo.h 24 bool Enable;
28 CheckerOptInfo(StringRef name, bool enable)
29 : Name(name), Enable(enable), Claimed(false) { }
32 bool isEnabled() const { return Enable; }
  /external/bluetooth/bluez/audio/
audio.conf 6 Enable=Source,Control,Sink
37 # Set to true to enable use of fast connectable mode (faster page scanning)
  /system/bluetooth/data/
audio.conf 5 # NOTE: Enable=Sink means that bluetoothd exposes Sink interface for remote
8 Enable=Sink,Control
39 # Set to true to enable use of fast connectable mode (faster page scanning)
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasink.h 41 virtual bool Enable(bool enable) = 0;
  /external/chromium/chrome/browser/
power_save_blocker_common.cc 11 PowerSaveBlocker::PowerSaveBlocker(bool enable) : enabled_(false) {
12 if (enable)
13 Enable();
20 void PowerSaveBlocker::Enable() {
power_save_blocker.h 21 void Enable();
26 // Platform-specific function called when enable state is changed.
  /external/chromium/chrome/browser/instant/
instant_confirm_dialog.cc 33 InstantController::Enable(profile);
  /external/webrtc/src/modules/audio_processing/main/source/
high_pass_filter_impl.h 37 virtual int Enable(bool enable);
noise_suppression_impl.h 37 virtual int Enable(bool enable);
echo_control_mobile_impl.h 39 virtual int Enable(bool enable);
42 virtual int enable_comfort_noise(bool enable);
level_estimator_impl.h 38 virtual int Enable(bool enable);
voice_detection_impl.h 38 virtual int Enable(bool enable);
echo_cancellation_impl.h 39 virtual int Enable(bool enable);
40 virtual int enable_drift_compensation(bool enable);
48 virtual int enable_metrics(bool enable);
gain_control_impl.h 42 virtual int Enable(bool enable);
51 virtual int enable_limiter(bool enable);
level_estimator_impl.cc 106 int LevelEstimatorImpl::Enable(bool /*enable*/) {
109 //return EnableComponent(enable);
  /external/webrtc/src/modules/audio_processing/main/interface/
audio_processing.h 68 // apm->high_pass_filter()->Enable(true);
71 // apm->echo_cancellation()->Enable(true);
74 // apm->noise_reduction()->Enable(true);
78 // apm->gain_control()->Enable(true);
80 // apm->voice_detection()->Enable(true);
256 virtual int Enable(bool enable) = 0;
265 virtual int enable_drift_compensation(bool enable) = 0;
297 virtual int enable_metrics(bool enable) = 0;
335 virtual int Enable(bool enable) = 0
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 197 ap->echo_cancellation()->Enable(true);
198 ap->gain_control()->Enable(true);
199 ap->high_pass_filter()->Enable(true);
200 ap->level_estimator()->Enable(true);
201 ap->noise_suppression()->Enable(true);
202 ap->voice_detection()->Enable(true);
280 EXPECT_EQ(apm_->kNoError, apm_->gain_control()->Enable(true));
288 EXPECT_EQ(apm_->kNoError, apm_->gain_control()->Enable(false));
292 EXPECT_EQ(apm_->kNoError, apm_->echo_cancellation()->Enable(true));
295 EXPECT_EQ(apm_->kNoError, apm_->gain_control()->Enable(true))
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
process_test.cc 53 "flag to enable the component with default settings. The subsequent flags\n"
169 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true));
175 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true));
181 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true));
186 ASSERT_EQ(apm->kNoError, apm->echo_control_mobile()->Enable(true));
189 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true));
192 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true));
197 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true));
202 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true));
211 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true))
    [all...]
  /build/target/board/generic_x86/
BoardConfig.mk 24 # Enable dex-preoptimization to speed up the first boot sequence
  /external/chromium/chrome/browser/ui/gtk/
instant_confirm_dialog_gtk.cc 68 InstantController::Enable(profile_);
  /external/v8/test/mjsunit/
debug-enable-disable-breakpoints.js 61 // Enable the breakpoint.
81 // Enable both breakpoints.
97 // Enable the first breakpoint.
  /dalvik/vm/
Android.mk 22 # If you enable or disable optional features here (or in Dvm.mk),
56 # Enable assert and JIT tuning
59 # Enable assertions and JIT-tuning
66 # Enable assert and self-verification
69 # Enable assertions and JIT self-verification
  /external/yaffs2/yaffs2/
Kconfig 28 Enable YAFFS1 support -- yaffs for 512 byte / page devices
58 Enable YAFFS2 support -- yaffs for >= 2048 byte / page larger devices
  /external/chromium/chrome/browser/ui/views/
instant_confirm_view.cc 51 InstantController::Enable(profile_);
  /external/webkit/Source/WebCore/platform/wx/
ContextMenuWx.cpp 84 m_platformDescription->Enable(itemWx->GetId(), itemDescription.enabled);

Completed in 695 milliseconds

1 2 3 4