Home
last modified time | relevance | path

Searched refs:AUDIO_CAPABILITY_ECHO_CANCELLATION (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger/
H A DConversionUtilTest.java62 final int flags = SoundTrigger.ModuleProperties.AUDIO_CAPABILITY_ECHO_CANCELLATION in testRecognitionConfigRoundTrip()
/aosp14/frameworks/base/core/java/android/hardware/soundtrigger/
H A DConversionUtil.java295 result |= SoundTrigger.ModuleProperties.AUDIO_CAPABILITY_ECHO_CANCELLATION; in aidl2apiAudioCapabilities()
305 if ((apiCapabilities & SoundTrigger.ModuleProperties.AUDIO_CAPABILITY_ECHO_CANCELLATION) in api2aidlAudioCapabilities()
H A DSoundTrigger.java123 AUDIO_CAPABILITY_ECHO_CANCELLATION,
132 public static final int AUDIO_CAPABILITY_ECHO_CANCELLATION = 0x1; field in SoundTrigger.ModuleProperties
/aosp14/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java238 AUDIO_CAPABILITY_ECHO_CANCELLATION,
247 public static final int AUDIO_CAPABILITY_ECHO_CANCELLATION = field in AlwaysOnHotwordDetector
248 SoundTrigger.ModuleProperties.AUDIO_CAPABILITY_ECHO_CANCELLATION;
1486 audioCapabilities |= AUDIO_CAPABILITY_ECHO_CANCELLATION; in startRecognitionLocked()
/aosp14/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetector.java318 audioCapabilities |= SoundTrigger.ModuleProperties.AUDIO_CAPABILITY_ECHO_CANCELLATION; in startRecognition()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5994 field public static final int AUDIO_CAPABILITY_ECHO_CANCELLATION = 1; // 0x1
13049 field public static final int AUDIO_CAPABILITY_ECHO_CANCELLATION = 1; // 0x1