Home
last modified time | relevance | path

Searched defs:key_pressed (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Dtyping_detection.cc32 bool TypingDetection::Process(bool key_pressed, bool vad_activity) { in Process()
Daudio_processing_impl.h306 bool key_pressed; member
Daudio_processing_impl.cc1041 void AudioProcessingImpl::set_stream_key_pressed(bool key_pressed) { in set_stream_key_pressed()
/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc173 bool key_pressed) { in Suppress()
284 void TransientSuppressor::UpdateKeypress(bool key_pressed) { in UpdateKeypress()
/external/u-boot/board/samsung/common/
Dmisc.c144 static int key_pressed(int key) in key_pressed() function
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.cc118 bool key_pressed, bool need_audio_processing) { in OnDataAvailable()
704 int32_t clock_drift, uint32_t volume, bool key_pressed) { in ProcessRecordedDataWithAPM()
Dtransmit_mixer.cc1242 int current_mic_level, bool key_pressed) { in ProcessAudio()
/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device_defines.h92 bool key_pressed, in OnDataAvailable()
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.cc730 bool key_pressed = false; in SendFrameP() local