Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:keyPressed

327                             bool keyPressed)
353 ProcessAudio(totalDelayMS, clockDrift, currentMicLevel, keyPressed);
361 TypingDetection(keyPressed);
1287 void TransmitMixer::TypingDetection(bool keyPressed)
1295 if (_typingDetection.Process(keyPressed, vadActive)) {