OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordingWarning
(Results
1 - 19
of
19
) sorted by null
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.h
167
virtual bool
RecordingWarning
() const = 0;
audio_device_impl.cc
460
if (_ptrAudioDevice->
RecordingWarning
())
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
202
bool AudioDeviceDummy::
RecordingWarning
() const { return false; }
audio_device_dummy.h
135
bool
RecordingWarning
() const override;
file_audio_device.h
155
bool
RecordingWarning
() const override;
file_audio_device.cc
441
bool FileAudioDevice::
RecordingWarning
() const { return false; }
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_not_implemented_ios.mm
128
bool AudioDeviceIOS::
RecordingWarning
() const {
audio_device_ios.h
146
bool
RecordingWarning
() const override;
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h
149
bool
RecordingWarning
() const override;
audio_device_pulse_linux.h
210
bool
RecordingWarning
() const override;
audio_device_alsa_linux.cc
[
all
...]
audio_device_pulse_linux.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h
415
bool
RecordingWarning
() const override {
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h
174
virtual bool
RecordingWarning
() const;
audio_device_mac.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.h
200
virtual bool
RecordingWarning
() const;
audio_device_wave_win.h
154
virtual bool
RecordingWarning
() const;
audio_device_wave_win.cc
[
all
...]
audio_device_core_win.cc
[
all
...]
Completed in 450 milliseconds