Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc28 _lastUsedDeviceNameLength(0) in DeviceInfoImpl()
49 if (_lastUsedDeviceNameLength == strlen((char*) deviceUniqueIdUTF8)) in NumberOfCapabilities()
55 _lastUsedDeviceNameLength)==0) in NumberOfCapabilities()
59 _lastUsedDeviceNameLength) == 0) in NumberOfCapabilities()
83 if ((_lastUsedDeviceNameLength != strlen((char*) deviceUniqueIdUTF8)) in GetCapability()
87 _lastUsedDeviceNameLength)!=0)) in GetCapability()
91 _lastUsedDeviceNameLength) != 0)) in GetCapability()
131 if ((_lastUsedDeviceNameLength != strlen((char*) deviceUniqueIdUTF8)) in GetBestMatchedCapability()
135 _lastUsedDeviceNameLength)!=0)) in GetBestMatchedCapability()
139 _lastUsedDeviceNameLength) != 0)) in GetBestMatchedCapability()
Ddevice_info_impl.h64 uint32_t _lastUsedDeviceNameLength; variable
/external/webrtc/webrtc/modules/video_capture/linux/
Ddevice_info_linux.cc228 _lastUsedDeviceNameLength = deviceUniqueIdUTF8Length; in CreateCapabilityMap()
230 _lastUsedDeviceNameLength + 1); in CreateCapabilityMap()
231 memcpy(_lastUsedDeviceName, deviceUniqueIdUTF8, _lastUsedDeviceNameLength + 1); in CreateCapabilityMap()
/external/webrtc/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc681 _lastUsedDeviceNameLength = deviceUniqueIdUTF8Length; in CreateCapabilityMap()
683 _lastUsedDeviceNameLength in CreateCapabilityMap()
685 memcpy(_lastUsedDeviceName, deviceUniqueIdUTF8, _lastUsedDeviceNameLength+ 1); in CreateCapabilityMap()