Home
last modified time | relevance | path

Searched refs:GetVolume (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/sound/
Dnullsoundsystem.cc46 bool GetVolume(int *volume) override { in GetVolume() function in rtc::NullSoundInputStream
79 bool GetVolume(int *volume) override { in GetVolume() function in rtc::NullSoundOutputStream
Dsoundinputstreaminterface.h36 virtual bool GetVolume(int *volume) = 0;
Dsoundoutputstreaminterface.h41 virtual bool GetVolume(int *volume) = 0;
Dalsasoundsystem.cc262 bool GetVolume(int *volume) override { in GetVolume() function in rtc::AlsaInputStream
393 bool GetVolume(int *volume) override { in GetVolume() function in rtc::AlsaOutputStream
Dpulseaudiosoundsystem.cc246 virtual bool GetVolume(int *volume) { in GetVolume() function in rtc::PulseAudioInputStream
627 virtual bool GetVolume(int *volume) { in GetVolume() function in rtc::PulseAudioOutputStream
/external/opencv3/3rdparty/include/dshow/
Ddsound.h548 STDMETHOD(GetVolume)(THIS_ LPLONG lplVolume) PURE; in DECLARE_INTERFACE_() local
575 #define IDirectSoundBuffer_GetVolume(p,a) (p)->lpVtbl->GetVolume(p,a)
599 #define IDirectSoundBuffer_GetVolume(p,a) (p)->GetVolume(a)
631 STDMETHOD(GetVolume)(THIS_ LPLONG lplVolume) PURE; in DECLARE_INTERFACE_() local
661 #define IDirectSoundBuffer8_GetVolume(p,a) (p)->lpVtbl->GetVolume(p,a)
689 #define IDirectSoundBuffer8_GetVolume(p,a) (p)->GetVolume(a)
/external/sonivox/jet_tools/JetCreator/
Deas.py231 def GetVolume (self): member in EAS_Stream
823 def GetVolume (self): member in EAS
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h251 FX_FLOAT GetVolume() const { return m_pDict->GetNumber("Volume"); } in GetVolume() function