Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc234 bool typing_detection = false; in RunTest() local
644 typing_detection= !typing_detection; in RunTest()
645 res = apm->SetTypingDetectionStatus(typing_detection); in RunTest()
647 if (typing_detection) in RunTest()
/external/webrtc/talk/media/base/
Dmediachannel.h112 SetFrom(&typing_detection, change.typing_detection); in SetAll()
140 typing_detection == o.typing_detection &&
170 ost << ToStringIfSet("typing", typing_detection); in ToString()
207 rtc::Optional<bool> typing_detection; member
/external/webrtc/talk/app/webrtc/
Dlocalaudiosource.cc69 options->typing_detection}, in FromConstraints()
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing.gypi118 'typing_detection.cc',
119 'typing_detection.h',
DBUILD.gn108 "typing_detection.cc",
109 "typing_detection.h",
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc582 options.typing_detection = rtc::Optional<bool>(true); in ApplyOptions()
617 options.typing_detection = rtc::Optional<bool>(false); in ApplyOptions()
783 if (options.typing_detection) { in ApplyOptions()
785 << *options.typing_detection; in ApplyOptions()
786 if (voep->SetTypingDetectionStatus(*options.typing_detection) == -1) { in ApplyOptions()
788 LOG_RTCERR1(SetTypingDetectionStatus, *options.typing_detection); in ApplyOptions()
Dwebrtcvoiceengine_unittest.cc2655 send_parameters_.options.typing_detection = rtc::Optional<bool>(false); in TEST_F()