Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc105 STDMETHOD(GetMaxLength(DWORD* pcbMaxLength)) in STDMETHOD() argument
107 if (!pcbMaxLength) in STDMETHOD()
112 *pcbMaxLength = _maxLength; in STDMETHOD()