HomeSort by relevance Sort by last modified time
    Searched refs:SetVolume (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/webrtc/webrtc/sound/
soundinputstreaminterface.h 41 virtual bool SetVolume(int volume) = 0;
soundoutputstreaminterface.h 46 virtual bool SetVolume(int volume) = 0;
nullsoundsystem.cc 51 bool SetVolume(int volume) override {
84 bool SetVolume(int volume) override {
alsasoundsystem.cc 267 bool SetVolume(int volume) override {
398 bool SetVolume(int volume) override {
pulseaudiosoundsystem.cc 294 virtual bool SetVolume(int volume) {
544 // List is over. Wake SetVolume().
671 virtual bool SetVolume(int volume) {
    [all...]
  /external/webrtc/talk/app/webrtc/
remoteaudiosource.h 76 void SetVolume(double volume) override;
mediastreaminterface.h 178 virtual void SetVolume(double volume) {}
remoteaudiosource.cc 114 void RemoteAudioSource::SetVolume(double volume) {
rtpsenderreceiver_unittest.cc 289 audio_track_->GetSource()->SetVolume(volume);
294 audio_track_->GetSource()->SetVolume(1.0);
301 audio_track_->GetSource()->SetVolume(new_volume);
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-2-recording.cpp 132 res = (*devicevolumeItf)->SetVolume(devicevolumeItf, mic_deviceID, -300);
  /external/opencv3/3rdparty/include/dshow/
dsound.h 557 STDMETHOD(SetVolume)(THIS_ LONG lVolume) PURE;
584 #define IDirectSoundBuffer_SetVolume(p,a) (p)->lpVtbl->SetVolume(p,a)
608 #define IDirectSoundBuffer_SetVolume(p,a) (p)->SetVolume(a)
640 STDMETHOD(SetVolume)(THIS_ LONG lVolume) PURE;
670 #define IDirectSoundBuffer8_SetVolume(p,a) (p)->lpVtbl->SetVolume(p,a)
698 #define IDirectSoundBuffer8_SetVolume(p,a) (p)->SetVolume(a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsound.h 570 STDMETHOD(SetVolume)(THIS_ LONG lVolume) PURE;
597 #define IDirectSoundBuffer_SetVolume(p,a) (p)->lpVtbl->SetVolume(p,a)
621 #define IDirectSoundBuffer_SetVolume(p,a) (p)->SetVolume(a)
653 STDMETHOD(SetVolume)(THIS_ LONG lVolume) PURE;
683 #define IDirectSoundBuffer8_SetVolume(p,a) (p)->lpVtbl->SetVolume(p,a)
    [all...]
mfplay.h 174 STDMETHOD_(HRESULT,SetVolume)(THIS_ float flVolume) PURE;
217 #define IMFPMediaPlayer_SetVolume(This,flVolume) (This)->lpVtbl->SetVolume(This,flVolume)
dmusici.h     [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 223 def SetVolume (self, volume):
815 def SetVolume (self, volume):
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 1409 milliseconds

1 2 3 4 5