Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DStringParameterType.cpp55 strResult += std::to_string(_maxLength); in showProperties()
64 xmlElement.getAttribute("MaxLength", _maxLength); in fromXml()
78 return _maxLength; in getMaxLength()
86 xmlElement.setAttribute("MaxLength", _maxLength); in toXml()
DStringParameterType.h64 size_t _maxLength{0};
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc100 _maxLength(maxLength), in MediaBufferImpl()
120 *pcbMaxLength = _maxLength; in STDMETHOD()
125 if (cbLength > _maxLength) { in STDMETHOD()
162 const DWORD _maxLength; member in webrtc::__anonc659b56d0111::MediaBufferImpl