Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc1417 const int bufferLen = sizeof(szDeviceName) / sizeof(szDeviceName)[0]; in SetPlayoutDevice() local
1467 const int bufferLen = sizeof(szDeviceName) / sizeof(szDeviceName)[0]; in SetPlayoutDevice() local
1513 const int bufferLen = sizeof(szDeviceName) / sizeof(szDeviceName)[0]; in PlayoutDeviceName() local
1589 const int bufferLen = sizeof(szDeviceName) / sizeof(szDeviceName)[0]; in RecordingDeviceName() local
1680 const int bufferLen = sizeof(szDeviceName) / sizeof(szDeviceName)[0]; in SetRecordingDevice() local
1730 const int bufferLen = sizeof(szDeviceName) / sizeof(szDeviceName)[0]; in SetRecordingDevice() local
3575 int bufferLen) { in _GetListDeviceName()
3612 int bufferLen) { in _GetDefaultDeviceName()
3649 int bufferLen) { in _GetListDeviceID()
3686 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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateApproximateWidths.java148 int bufferLen = 0; field in GenerateApproximateWidths.Widths
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp216 const char* buffer, int32_t bufferLen, in uprv_compareGoldenFiles()
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c186 uint16_t bufferLen, in TXTRecordCreate()
/external/libcups/vcnet/
Ddns_sd.c316 uint16_t bufferLen, in TXTRecordCreate()
/external/icu/icu4c/source/i18n/
Ducol.cpp567 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { in ucol_getRulesEx()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp171 int bufferLen; member
3080 bool bufferLen = lenCases[lenNdx].count != 0; in createTests() local
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp498 uint16_t bufferLen, in TXTRecordCreate()
/external/libcups/cups/
Dtls-sspi.c1124 int bufferLen; /* Buffer length */ in _httpTLSWrite() local
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp571 DWORD dataType = 0, buffer = 0, bufferLen = sizeof(buffer); in SuccessPage_Show() local
2859 DWORD bufferLen = sizeof(buffer); in LoadTargetDirFromKey() local
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c872 int32_t bufferLen = 0; in TestJB581() local
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs443 …text_recv_message_to_buffer_delegate(BatchContextSafeHandle ctx, byte[] buffer, UIntPtr bufferLen); in grpcsharp_batch_context_recv_message_to_buffer_delegate()
560 …batch_context_recv_message_to_buffer(BatchContextSafeHandle ctx, byte[] buffer, UIntPtr bufferLen); in grpcsharp_batch_context_recv_message_to_buffer()
853 …batch_context_recv_message_to_buffer(BatchContextSafeHandle ctx, byte[] buffer, UIntPtr bufferLen); in grpcsharp_batch_context_recv_message_to_buffer()
/external/python/cpython3/PC/
Dlauncher.c1687 DWORD bufferLen = MAX_PATH; in get_process_name() local
/external/skia/src/pathops/
DSkPathOpsDebug.cpp483 void SkPathOpsDebug::MathematicaIze(char* str, size_t bufferLen) { in MathematicaIze()