Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc29 _lastUsedDeviceName(NULL), in DeviceInfoImpl()
34 free(_lastUsedDeviceName); 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.h55 char* _lastUsedDeviceName; variable
/external/webrtc/modules/video_capture/linux/
Ddevice_info_linux.cc209 _lastUsedDeviceName = in CreateCapabilityMap()
210 (char*)realloc(_lastUsedDeviceName, _lastUsedDeviceNameLength + 1); in CreateCapabilityMap()
211 memcpy(_lastUsedDeviceName, deviceUniqueIdUTF8, in CreateCapabilityMap()
/external/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc535 _lastUsedDeviceName = in CreateCapabilityMap()
536 (char*)realloc(_lastUsedDeviceName, _lastUsedDeviceNameLength + 1); in CreateCapabilityMap()
537 memcpy(_lastUsedDeviceName, deviceUniqueIdUTF8, in CreateCapabilityMap()