Home
last modified time | relevance | path

Searched refs:typing_detection (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/api/
Daudio_options.cc57 SetFrom(&typing_detection, change.typing_detection); in SetAll()
86 typing_detection == o.typing_detection && in operator ==()
119 ToStringIfSet(&result, "typing", typing_detection); in ToString()
Daudio_options.h64 absl::optional<bool> typing_detection; member
/external/webrtc/audio/
DDEPS24 "+modules/audio_processing/typing_detection.h",
/external/webrtc/sdk/
Dmedia_constraints.cc209 &options->typing_detection); in CopyConstraintsIntoAudioOptions()
/external/webrtc/modules/audio_processing/
DBUILD.gn157 "typing_detection.cc",
158 "typing_detection.h",
/external/webrtc/media/engine/
Dwebrtc_voice_engine.cc336 options.typing_detection = true; in Init()
394 options.typing_detection = false; in ApplyOptions()
398 options.typing_detection = false; in ApplyOptions()
578 if (options.typing_detection) { in ApplyOptions()
580 << *options.typing_detection; in ApplyOptions()
581 apm_config.voice_detection.enabled = *options.typing_detection; in ApplyOptions()
Dwebrtc_voice_engine_unittest.cc2970 send_parameters_.options.typing_detection = false; in TEST_P()
2977 send_parameters_.options.typing_detection = absl::nullopt; in TEST_P()
2984 send_parameters_.options.typing_detection = true; in TEST_P()
/external/webrtc/
DAndroid.bp3520 "modules/audio_processing/typing_detection.cc",
/external/webrtc/android_tools/
Dsorted_targets.txt58494 "//modules/audio_processing/typing_detection.cc": [
58495 "obj/modules/audio_processing/audio_processing/typing_detection.o"
58522 "//modules/audio_processing/typing_detection.cc",
58523 "//modules/audio_processing/typing_detection.h"