Home
last modified time | relevance | path

Searched refs:KeyPressed (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h132 bool KeyPressed() const;
Daudio_device_pulse_linux.h205 bool KeyPressed() const;
Daudio_device_alsa_linux.cc1621 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in RecThreadProcess()
1635 bool AudioDeviceLinuxALSA::KeyPressed() const { in KeyPressed() function in webrtc::AudioDeviceLinuxALSA
Daudio_device_pulse_linux.cc1969 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in ProcessRecordedData()
2280 bool AudioDeviceLinuxPulse::KeyPressed() const { in KeyPressed() function in webrtc::AudioDeviceLinuxPulse
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.h177 bool KeyPressed() const;
Daudio_device_core_win.cc3254 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in DoCaptureThread()
4147 bool AudioDeviceWindowsCore::KeyPressed() const { in KeyPressed() function in webrtc::AudioDeviceWindowsCore
/external/webrtc/modules/audio_device/mac/
Daudio_device_mac.h254 bool KeyPressed();
Daudio_device_mac.cc2488 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in CaptureWorkerThread()
2498 bool AudioDeviceMac::KeyPressed() { in KeyPressed() function in webrtc::AudioDeviceMac