HomeSort by relevance Sort by last modified time
    Searched defs:is_enabled (Results 1 - 18 of 18) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/
level_estimator_impl.cc 52 bool LevelEstimatorImpl::is_enabled() const { function in class:webrtc::LevelEstimatorImpl
high_pass_filter_impl.cc 130 bool HighPassFilterImpl::is_enabled() const { function in class:webrtc::HighPassFilterImpl
noise_suppression_impl.cc 120 bool NoiseSuppressionImpl::is_enabled() const { function in class:webrtc::NoiseSuppressionImpl
voice_detection_impl.cc 90 bool VoiceDetectionImpl::is_enabled() const { function in class:webrtc::VoiceDetectionImpl
echo_control_mobile_impl.cc 218 // The is_enabled call is safe from a deadlock perspective
220 if (enable && apm_->echo_cancellation()->is_enabled()) {
227 bool EchoControlMobileImpl::is_enabled() const { function in class:webrtc::EchoControlMobileImpl
echo_cancellation_impl.cc 223 // The is_enabled call is safe from a deadlock perspective
225 if (enable && apm_->echo_control_mobile()->is_enabled()) {
232 bool EchoCancellationImpl::is_enabled() const { function in class:webrtc::EchoCancellationImpl
gain_control_impl.cc 263 bool GainControlImpl::is_enabled() const { function in class:webrtc::GainControlImpl
  /external/autotest/client/cros/
kernel_config.py 80 def is_enabled(self, name): member in class:KernelConfig
  /external/devlib/devlib/module/
thermal.py 59 def is_enabled(self): member in class:ThermalZone
cpuidle.py 32 def is_enabled(self): member in class:CpuidleState
  /external/autotest/client/cros/chameleon/
audio_board.py 284 def is_enabled(self): member in class:BluetoothController
  /external/autotest/server/cros/
debugd_dev_tools.py 171 - is_enabled(): use debugd to query whether the tool is enabled.
197 def is_enabled(self): member in class:DevTool
203 self._unimplemented_function_error('is_enabled')
344 def is_enabled(self): member in class:RootfsVerificationTool
373 def is_enabled(self): member in class:BootFromUsbTool
394 self.initial_state = self.is_enabled()
421 def is_enabled(self): member in class:SshServerTool
456 def is_enabled(self): member in class:SystemPasswordTool
  /art/runtime/openjdkjvmti/
ti_class.cc 163 bool is_enabled = local
166 if (!is_enabled) {
    [all...]
  /external/autotest/client/bin/net/
net_utils.py 278 if bond().is_enabled():
302 if bond().is_enabled():
404 def is_enabled(self): member in class:bonding
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 1390 void is_enabled (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
    [all...]
  /external/devlib/devlib/
target.py 1349 def is_enabled(self, name): member in class:KernelConfig
    [all...]
  /external/skia/bench/
nanobench.cpp 499 static Target* is_enabled(Benchmark* bench, const Config& config) { function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 918 def is_enabled(self, *args): return _qpol.qpol_avrule_t_is_enabled(self, *args) member in class:qpol_avrule_t
949 def is_enabled(self, *args): return _qpol.qpol_terule_t_is_enabled(self, *args) member in class:qpol_terule_t
    [all...]

Completed in 701 milliseconds