Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc30 _lastUsedDeviceNameLength(0) {} in DeviceInfoImpl()
49 absl::string_view(_lastUsedDeviceName, _lastUsedDeviceNameLength))) { in NumberOfCapabilities()
70 absl::string_view(_lastUsedDeviceName, _lastUsedDeviceNameLength))) { in GetCapability()
104 absl::string_view(_lastUsedDeviceName, _lastUsedDeviceNameLength))) { in GetBestMatchedCapability()
Ddevice_info_impl.h56 uint32_t _lastUsedDeviceNameLength; variable
/external/webrtc/modules/video_capture/linux/
Ddevice_info_linux.cc208 _lastUsedDeviceNameLength = deviceUniqueIdUTF8Length; in CreateCapabilityMap()
210 (char*)realloc(_lastUsedDeviceName, _lastUsedDeviceNameLength + 1); in CreateCapabilityMap()
212 _lastUsedDeviceNameLength + 1); in CreateCapabilityMap()
/external/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc534 _lastUsedDeviceNameLength = deviceUniqueIdUTF8Length; in CreateCapabilityMap()
536 (char*)realloc(_lastUsedDeviceName, _lastUsedDeviceNameLength + 1); in CreateCapabilityMap()
538 _lastUsedDeviceNameLength + 1); in CreateCapabilityMap()