Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/
Dtyping_detection.cc15 TypingDetection::TypingDetection() in TypingDetection() function in webrtc::TypingDetection
29 TypingDetection::~TypingDetection() {} in ~TypingDetection()
31 bool TypingDetection::Process(bool key_pressed, bool vad_activity) { in Process()
63 int TypingDetection::TimeSinceLastDetectionInSeconds() { in TimeSinceLastDetectionInSeconds()
68 void TypingDetection::SetParameters(int time_window, in SetParameters()
Dtyping_detection.h18 class RTC_EXPORT TypingDetection {
20 TypingDetection();
21 virtual ~TypingDetection();
/external/webrtc/audio/
Daudio_transport_impl.h81 TypingDetection typing_detection_;