Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h168 bool KeyPressed() const;
Daudio_device_pulse_linux.h229 bool KeyPressed() const;
Daudio_device_alsa_linux.cc2174 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in RecThreadProcess()
2204 bool AudioDeviceLinuxALSA::KeyPressed() const{ in KeyPressed() function in webrtc::AudioDeviceLinuxALSA
Daudio_device_pulse_linux.cc2553 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in ProcessRecordedData()
2986 bool AudioDeviceLinuxPulse::KeyPressed() const{ in KeyPressed() function in webrtc::AudioDeviceLinuxPulse
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h180 bool KeyPressed() const;
Daudio_device_core_win.h211 bool KeyPressed() const;
Daudio_device_wave_win.cc3259 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in RecProc()
3723 bool AudioDeviceWindowsWave::KeyPressed() const{ in KeyPressed() function in webrtc::AudioDeviceWindowsWave
Daudio_device_core_win.cc4056 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in DoCaptureThread()
5095 bool AudioDeviceWindowsCore::KeyPressed() const{ in KeyPressed() function in webrtc::AudioDeviceWindowsCore
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h281 bool KeyPressed();
Daudio_device_mac.cc2730 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in CaptureWorkerThread()
2758 bool AudioDeviceMac::KeyPressed() { in KeyPressed() function in webrtc::AudioDeviceMac