Searched refs:get_noise_cancellation_supported (Results 1 – 4 of 4) sorted by relevance
330 def get_noise_cancellation_supported(self): member in AudioFacadeRemoteAdapter336 return self._audio_proxy.get_noise_cancellation_supported()
482 def get_noise_cancellation_supported(self): member in AudioFacadeLocal488 return cras_utils.get_noise_cancellation_supported()
127 if not self.facade.get_noise_cancellation_supported():
705 def get_noise_cancellation_supported(): function