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

  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 234 bool typing_detection = false; local
644 typing_detection= !typing_detection;
645 res = apm->SetTypingDetectionStatus(typing_detection);
647 if (typing_detection)
  /external/webrtc/talk/media/base/
mediachannel.h 112 SetFrom(&typing_detection, change.typing_detection);
140 typing_detection == o.typing_detection &&
170 ost << ToStringIfSet("typing", typing_detection);
207 rtc::Optional<bool> typing_detection; member in struct:cricket::AudioOptions
    [all...]

Completed in 230 milliseconds