Home
last modified time | relevance | path

Searched defs:bufferLen (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc1741 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in SetPlayoutDevice() local
1800 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in SetPlayoutDevice() local
1851 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in PlayoutDeviceName() local
1931 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in RecordingDeviceName() local
2031 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in SetRecordingDevice() local
2090 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in SetRecordingDevice() local
4449 …udioDeviceWindowsCore::_GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen) in _GetListDeviceName()
4488 …DeviceWindowsCore::_GetDefaultDeviceName(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen) in _GetDefaultDeviceName()
4527 … AudioDeviceWindowsCore::_GetListDeviceID(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen) in _GetListDeviceID()
4566 …ioDeviceWindowsCore::_GetDefaultDeviceID(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen) in _GetDefaultDeviceID()
[all …]
/external/icu/icu4c/source/tools/ctestfw/unicode/
Duperf.h181 int32_t bufferLen; variable
/external/nist-sip/java/gov/nist/core/
DStringTokenizer.java44 protected int bufferLen; field in StringTokenizer
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c186 uint16_t bufferLen, in TXTRecordCreate()
/external/icu/icu4c/source/i18n/
Ducol.cpp560 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { in ucol_getRulesEx()
/external/libcups/cups/
Dtls-sspi.c1124 int bufferLen; /* Buffer length */ in _httpTLSWrite() local
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp498 uint16_t bufferLen, in TXTRecordCreate()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c869 int32_t bufferLen = 0; in TestJB581() local
/external/skia/src/pathops/
DSkPathOpsDebug.cpp483 void SkPathOpsDebug::MathematicaIze(char* str, size_t bufferLen) { in MathematicaIze()