Searched refs:KMaxUniqueIdLength (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_capture_device.cc22 const unsigned int KMaxUniqueIdLength = 256; local
25 char uniqueId[KMaxUniqueIdLength];
26 memset(uniqueId, 0, KMaxUniqueIdLength);
38 KMaxUniqueIdLength));
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_record.cc68 const unsigned int KMaxUniqueIdLength = 256; local
70 char audio_capture_device_name[KMaxUniqueIdLength] = "";
71 char audio_playbackDeviceName[KMaxUniqueIdLength] = "";
147 memset(audio_capture_device_name, 0, KMaxUniqueIdLength);
148 memset(audio_playbackDeviceName, 0, KMaxUniqueIdLength);
190 char uniqueId[KMaxUniqueIdLength];
191 memset(uniqueId, 0, KMaxUniqueIdLength);
199 memset(uniqueId, 0, KMaxUniqueIdLength);
203 KMaxUniqueIdLength);
224 KMaxUniqueIdLength);
[all...]
H A Dvie_autotest_loopback.cc126 const unsigned int KMaxUniqueIdLength = 256; local
129 char uniqueId[KMaxUniqueIdLength];
130 memset(uniqueId, 0, KMaxUniqueIdLength);
139 memset(uniqueId, 0, KMaxUniqueIdLength);
143 KMaxUniqueIdLength);
166 KMaxUniqueIdLength);
174 error = ptrViECapture->AllocateCaptureDevice(uniqueId, KMaxUniqueIdLength,
H A Dvie_autotest_simulcast.cc173 const unsigned int KMaxUniqueIdLength = 256; local
176 char unique_id[KMaxUniqueIdLength];
177 memset(unique_id, 0, KMaxUniqueIdLength);
184 memset(unique_id, 0, KMaxUniqueIdLength);
188 KMaxUniqueIdLength);
210 KMaxUniqueIdLength);
217 error = vie_capture->AllocateCaptureDevice(unique_id, KMaxUniqueIdLength,
H A Dvie_autotest_custom_call.cc267 const unsigned int KMaxUniqueIdLength = 256; local
268 char unique_id[KMaxUniqueIdLength] = "";
269 char device_name[KMaxUniqueIdLength] = "";
274 char audio_capture_device_name[KMaxUniqueIdLength] = "";
275 char audio_playbackDeviceName[KMaxUniqueIdLength] = "";
296 memset(device_name, 0, KMaxUniqueIdLength);
297 memset(unique_id, 0, KMaxUniqueIdLength);
324 memset(audio_capture_device_name, 0, KMaxUniqueIdLength);
325 memset(audio_playbackDeviceName, 0, KMaxUniqueIdLength);
429 KMaxUniqueIdLength,
961 const unsigned int KMaxUniqueIdLength = 256; local
1018 const unsigned int KMaxUniqueIdLength = 128; local
[all...]

Completed in 90 milliseconds