OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpeakerVolumeStepSize
(Results
1 - 25
of
34
) sorted by null
1
2
/external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.h
33
int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const;
audio_mixer_manager_pulse_linux.h
41
int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const;
audio_device_alsa_linux.h
102
int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const override;
audio_device_pulse_linux.h
164
int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const override;
audio_device_alsa_linux.cc
390
int32_t AudioDeviceLinuxALSA::
SpeakerVolumeStepSize
(
396
if (_mixerManager.
SpeakerVolumeStepSize
(delta) == -1)
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.h
30
int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const;
audio_device_mac.h
128
virtual int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const;
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.h
86
virtual int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const = 0;
audio_device_impl.h
122
int32_t
SpeakerVolumeStepSize
(uint16_t* stepSize) const override;
audio_device_impl.cc
742
//
SpeakerVolumeStepSize
745
int32_t AudioDeviceModuleImpl::
SpeakerVolumeStepSize
(uint16_t* stepSize) const
751
if (_ptrAudioDevice->
SpeakerVolumeStepSize
(delta) == -1)
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
118
int32_t AudioDeviceDummy::
SpeakerVolumeStepSize
(uint16_t& stepSize) const {
audio_device_dummy.h
89
int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const override;
file_audio_device.h
109
int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const override;
file_audio_device.cc
342
int32_t FileAudioDevice::
SpeakerVolumeStepSize
(uint16_t& stepSize) const {
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
123
virtual int32_t
SpeakerVolumeStepSize
(uint16_t* stepSize) const = 0;
fake_audio_device.h
84
virtual int32_t
SpeakerVolumeStepSize
(uint16_t* stepSize) const { return 0; }
/external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h
60
int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const;
audio_device_core_win.h
152
virtual int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const;
audio_device_wave_win.h
109
virtual int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const;
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_not_implemented_ios.mm
90
int32_t AudioDeviceIOS::
SpeakerVolumeStepSize
(uint16_t& stepSize) const {
audio_device_ios.h
119
int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const override;
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
138
int32_t
SpeakerVolumeStepSize
(uint16_t* step_size) const override;
fakeaudiocapturemodule.cc
358
int32_t FakeAudioCaptureModule::
SpeakerVolumeStepSize
(
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h
264
int32_t
SpeakerVolumeStepSize
(uint16_t& stepSize) const override {
/external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc
893
EXPECT_EQ(-1, audio_device_->
SpeakerVolumeStepSize
(&stepSize));
[
all
...]
Completed in 1014 milliseconds
1
2