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

1 2 34 5 6 7 8 91011>>

  /device/generic/mips64/
BoardConfig.mk 35 # Enable dex-preoptimization to speed up the first boot sequence
  /external/libgdx/extensions/gdx-bullet/jni/swig/
TODO.txt 4 - Complete gdxVoidPointer.i and enable it in gdxBullet.i
19 - Enable and fix vehicle class generation
  /external/v8/test/mjsunit/regress/
regress-crbug-432493.js 25 // Enable all breakpoints from within the debug event callback.
  /hardware/qcom/display/msm8084/
common.mk 41 # Enable QCOM Display features
  /hardware/qcom/display/msm8909/libhwcomposer/
Android.mk 35 #Enable Dynamic FPS if PHASE_OFFSET is not set
  /system/bt/service/common/bluetooth/binder/
IBluetooth.h 137 virtual bool Enable(bool start_restricted) = 0;
187 bool Enable(bool start_restricted) override;
  /system/bt/service/ipc/binder/
bluetooth_binder_server.cpp 53 bool BluetoothBinderServer::Enable(bool start_restricted) {
55 return adapter_->Enable(start_restricted);
  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.h 53 int Enable(bool enable) override;
54 int enable_drift_compensation(bool enable) override;
57 int enable_metrics(bool enable) override;
61 int enable_delay_logging(bool enable) override;
gain_control_impl.h 53 int Enable(bool enable) override;
60 int enable_limiter(bool enable) override;
audio_processing_impl_locking_unittest.cc 534 ASSERT_EQ(apm_->kNoError, apm_->level_estimator()->Enable(true));
535 ASSERT_EQ(apm_->kNoError, apm_->gain_control()->Enable(true));
539 ASSERT_EQ(apm_->kNoError, apm_->gain_control()->Enable(true));
541 ASSERT_EQ(apm_->kNoError, apm_->noise_suppression()->Enable(true));
542 ASSERT_EQ(apm_->kNoError, apm_->voice_detection()->Enable(true));
546 ASSERT_EQ(apm_->kNoError, apm_->echo_control_mobile()->Enable(false));
547 ASSERT_EQ(apm_->kNoError, apm_->echo_cancellation()->Enable(false));
550 ASSERT_EQ(apm_->kNoError, apm_->echo_control_mobile()->Enable(true));
551 ASSERT_EQ(apm_->kNoError, apm_->echo_cancellation()->Enable(false));
553 ASSERT_EQ(apm_->kNoError, apm_->echo_control_mobile()->Enable(false))
    [all...]
high_pass_filter_impl.cc 119 int HighPassFilterImpl::Enable(bool enable) {
121 if (!enabled_ && enable) {
126 enabled_ = enable;
voice_detection_impl.cc 81 int VoiceDetectionImpl::Enable(bool enable) {
83 if (enabled_ != enable) {
84 enabled_ = enable;
104 // TODO(ajm): enable this assertion?
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 168 EXPECT_NOERR(ap->echo_control_mobile()->Enable(true));
171 EXPECT_NOERR(ap->gain_control()->Enable(true));
176 EXPECT_NOERR(ap->echo_cancellation()->Enable(true));
180 EXPECT_NOERR(ap->gain_control()->Enable(true));
183 EXPECT_NOERR(ap->high_pass_filter()->Enable(true));
184 EXPECT_NOERR(ap->level_estimator()->Enable(true));
185 EXPECT_NOERR(ap->noise_suppression()->Enable(true));
187 EXPECT_NOERR(ap->voice_detection()->Enable(true));
707 EXPECT_EQ(apm_->kNoError, apm_->gain_control()->Enable(true));
719 EXPECT_EQ(apm_->kNoError, apm_->echo_cancellation()->Enable(true))
    [all...]
  /external/autotest/client/cros/
network.py 31 modem.Enable(True)
34 logging.error('Enable failed: %s', e)
80 modem.Enable(False)
83 # before continuing else we may end up trying to enable a modem that
99 modem.Enable(True)
100 # Wait for shill to process the enable for the same reason as
105 'Timed out waiting for shill device enable'),
  /system/core/crash_reporter/
crash_reporter.cc 132 kernel_collector->Enable();
154 // Must enable the unclean shutdown collector *after* collecting.
155 unclean_shutdown_collector->Enable();
156 user_collector->Enable();
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 298 def Enable(self, enable):
299 self.cmb.Enable(enable)
300 self.btn.Enable(enable)
354 def Enable(self, enable):
355 self.txt.Enable(enable)
    [all...]
JetCreator.py 293 self.menuItems[JetDefs.MNU_UPDATE_SEG].Enable(False)
294 self.menuItems[JetDefs.MNU_DELETE_SEG].Enable(False)
295 self.menuItems[JetDefs.MNU_MOVE_SEG].Enable(False)
297 self.menuItems[JetDefs.MNU_ADD_EVENT].Enable(False)
298 self.menuItems[JetDefs.MNU_MOVE_EVENT].Enable(False)
299 self.menuItems[JetDefs.MNU_UPDATE_EVENT].Enable(False)
300 self.menuItems[JetDefs.MNU_DELETE_EVENT].Enable(False)
301 self.menuItems[JetDefs.MNU_MOVE_EVENT].Enable(False)
324 self.menuItems[JetDefs.MNU_UPDATE_EVENT].Enable(False)
325 self.menuItems[JetDefs.MNU_DELETE_EVENT].Enable(False)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
allopcodes.S 13 ;;; TEST_ENH Enable testing of enhanced opcodes
14 ;;; TEST_IDLE2 Enable testing of IDLE2 command
15 ;;; TEST_LPWR Enable testing of LOPOWER commands
  /device/google/contexthub/util/nanotool/
nanomessage.h 165 Enable,
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 28 /// CrashRecoveryContext::Enable(), and then executing unsafe operations via a
53 /// \brief Enable crash recovery.
54 static void Enable();
  /external/v8/src/arm64/
instrument-arm64.cc 17 void Counter::Enable() {
181 case InstrumentStateEnable: Enable(); break;
217 void Instrument::Enable() {
220 (*it)->Enable();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddpcm.h 125 IN BOOLEAN Enable,
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_proxy.h 40 void Enable(bool enable,
chromeos_wimax_device_proxy.h 38 void Enable(Error* error,
  /build/target/board/generic/
BoardConfig.mk 33 # Enable dex-preoptimization to speed up the first boot sequence
44 # Build and enable the OpenGL ES View renderer. When running on the emulator,

Completed in 932 milliseconds

1 2 34 5 6 7 8 91011>>