Searched defs:is_enabled (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
H A Dlevel_estimator_impl.cc52 bool LevelEstimatorImpl::is_enabled() const { function in class:webrtc::LevelEstimatorImpl
H A Dhigh_pass_filter_impl.cc130 bool HighPassFilterImpl::is_enabled() const { function in class:webrtc::HighPassFilterImpl
H A Dnoise_suppression_impl.cc120 bool NoiseSuppressionImpl::is_enabled() const { function in class:webrtc::NoiseSuppressionImpl
H A Dvoice_detection_impl.cc90 bool VoiceDetectionImpl::is_enabled() const { function in class:webrtc::VoiceDetectionImpl
H A Decho_cancellation_impl.cc223 // 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
H A Decho_control_mobile_impl.cc218 // 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
H A Dgain_control_impl.cc263 bool GainControlImpl::is_enabled() const { function in class:webrtc::GainControlImpl
/external/autotest/client/cros/chameleon/
H A Daudio_board.py284 def is_enabled(self): member in class:BluetoothController
/external/autotest/client/cros/
H A Dkernel_config.py80 def is_enabled(self, name): member in class:KernelConfig
/external/autotest/server/cros/
H A Ddebugd_dev_tools.py171 - 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
/external/autotest/client/bin/net/
H A Dnet_utils.py277 if bond().is_enabled():
301 if bond().is_enabled():
402 def is_enabled(self): member in class:bonding
/external/deqp/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp1390 void is_enabled (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
1479 {is_enabled, "is_enabled", "Invalid glIsEnabled() usage" },
/external/skia/bench/
H A Dnanobench.cpp490 static Target* is_enabled(Benchmark* bench, const Config& config) { function
1218 Target* target = is_enabled(b, configs[i]);

Completed in 1613 milliseconds