HomeSort by relevance Sort by last modified time
    Searched defs:typing_detection (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 232 bool typing_detection = false; local
632 typing_detection= !typing_detection;
633 res = apm->SetTypingDetectionStatus(typing_detection);
635 if (typing_detection)
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 166 typing_detection.SetFrom(change.typing_detection);
195 typing_detection == o.typing_detection &&
224 ost << ToStringIfSet("typing", typing_detection);
262 Settable<bool> typing_detection; member in struct:cricket::AudioOptions
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 235 options.typing_detection.Set(true);
779 options.typing_detection.Set(false);
883 bool typing_detection; local
884 if (options.typing_detection.Get(&typing_detection)) {
885 LOG(LS_INFO) << "Typing detection is enabled? " << typing_detection;
886 if (voep->SetTypingDetectionStatus(typing_detection) == -1) {
888 LOG_RTCERR1(SetTypingDetectionStatus, typing_detection);
    [all...]

Completed in 555 milliseconds