Home
last modified time | relevance | path

Searched refs:TypingDetection (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Dtyping_detection.cc15 TypingDetection::TypingDetection() in TypingDetection() function in webrtc::TypingDetection
30 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()
Dtyping_detection.h19 class TypingDetection {
21 TypingDetection();
22 virtual ~TypingDetection();
/external/webrtc/webrtc/voice_engine/
Dtransmit_mixer.h188 void TypingDetection(bool keyPressed);
217 webrtc::TypingDetection _typingDetection;
Dtransmit_mixer.cc362 TypingDetection(keyPressed); in PrepareDemux()
1276 void TransmitMixer::TypingDetection(bool keyPressed) in TypingDetection() function in webrtc::voe::TransmitMixer