Searched refs:TypingDetection (Results 1 – 4 of 4) sorted by relevance
15 TypingDetection::TypingDetection() in TypingDetection() function in webrtc::TypingDetection30 TypingDetection::~TypingDetection() {} in ~TypingDetection()32 bool TypingDetection::Process(bool key_pressed, bool vad_activity) { in Process()65 int TypingDetection::TimeSinceLastDetectionInSeconds() { in TimeSinceLastDetectionInSeconds()70 void TypingDetection::SetParameters(int time_window, in SetParameters()
19 class TypingDetection {21 TypingDetection();22 virtual ~TypingDetection();
188 void TypingDetection(bool keyPressed);217 webrtc::TypingDetection _typingDetection;
362 TypingDetection(keyPressed); in PrepareDemux()1276 void TransmitMixer::TypingDetection(bool keyPressed) in TypingDetection() function in webrtc::voe::TransmitMixer