OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MicrophoneVolumeStepSize
(Results
1 - 25
of
34
) sorted by null
1
2
/external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.h
49
int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const;
audio_mixer_manager_pulse_linux.h
59
int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const;
audio_device_alsa_linux.h
110
int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const override;
audio_device_pulse_linux.h
172
int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const override;
audio_device_alsa_linux.cc
807
int32_t AudioDeviceLinuxALSA::
MicrophoneVolumeStepSize
(
813
if (_mixerManager.
MicrophoneVolumeStepSize
(delta) == -1)
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.h
48
int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const;
audio_device_mac.h
136
virtual int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const;
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.h
94
virtual int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const = 0;
audio_device_impl.h
130
int32_t
MicrophoneVolumeStepSize
(uint16_t* stepSize) const override;
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
140
int32_t AudioDeviceDummy::
MicrophoneVolumeStepSize
(uint16_t& stepSize) const {
audio_device_dummy.h
97
int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const override;
file_audio_device.h
117
int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const override;
file_audio_device.cc
364
int32_t FileAudioDevice::
MicrophoneVolumeStepSize
(uint16_t& stepSize) const {
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
131
virtual int32_t
MicrophoneVolumeStepSize
(uint16_t* stepSize) const = 0;
fake_audio_device.h
90
virtual int32_t
MicrophoneVolumeStepSize
(uint16_t* stepSize) const {
/external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h
76
int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const;
audio_device_core_win.h
160
virtual int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const;
audio_device_wave_win.h
117
virtual int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const;
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_not_implemented_ios.mm
240
int32_t AudioDeviceIOS::
MicrophoneVolumeStepSize
(uint16_t& stepSize) const {
audio_device_ios.h
125
int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const override;
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
146
int32_t
MicrophoneVolumeStepSize
(uint16_t* step_size) const override;
fakeaudiocapturemodule.cc
394
int32_t FakeAudioCaptureModule::
MicrophoneVolumeStepSize
(
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h
295
int32_t
MicrophoneVolumeStepSize
(uint16_t& stepSize) const override {
/external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc
[
all
...]
Completed in 179 milliseconds
1
2