OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypingDetection
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
typing_detection.h
19
class
TypingDetection
{
21
TypingDetection
();
22
virtual ~
TypingDetection
();
typing_detection.cc
15
TypingDetection
::
TypingDetection
()
30
TypingDetection
::~
TypingDetection
() {}
32
bool
TypingDetection
::Process(bool key_pressed, bool vad_activity) {
65
int
TypingDetection
::TimeSinceLastDetectionInSeconds() {
70
void
TypingDetection
::SetParameters(int time_window,
/external/webrtc/webrtc/voice_engine/
transmit_mixer.h
188
void
TypingDetection
(bool keyPressed);
217
webrtc::
TypingDetection
_typingDetection;
transmit_mixer.cc
362
TypingDetection
(keyPressed);
[
all
...]
Completed in 292 milliseconds