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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 169 typing_detection.SetFrom(change.typing_detection);
197 typing_detection == o.typing_detection &&
225 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 227 options.typing_detection.Set(true);
717 options.typing_detection.Set(false);
824 bool typing_detection; local
825 if (options.typing_detection.Get(&typing_detection)) {
826 if (voep->SetTypingDetectionStatus(typing_detection) == -1) {
828 LOG_RTCERR1(SetTypingDetectionStatus, typing_detection);
    [all...]

Completed in 128 milliseconds