Searched refs:typing_detection (Results 1 – 7 of 7) sorted by relevance
234 bool typing_detection = false; in RunTest() local644 typing_detection= !typing_detection; in RunTest()645 res = apm->SetTypingDetectionStatus(typing_detection); in RunTest()647 if (typing_detection) in RunTest()
112 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
69 options->typing_detection}, in FromConstraints()
118 'typing_detection.cc',119 'typing_detection.h',
108 "typing_detection.cc",109 "typing_detection.h",
582 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()
2655 send_parameters_.options.typing_detection = rtc::Optional<bool>(false); in TEST_F()