Searched refs:_lastUsedDeviceName (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/video_capture/ |
D | device_info_impl.cc | 29 _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()
|
D | device_info_impl.h | 55 char* _lastUsedDeviceName; variable
|
/external/webrtc/modules/video_capture/linux/ |
D | device_info_linux.cc | 209 _lastUsedDeviceName = in CreateCapabilityMap() 210 (char*)realloc(_lastUsedDeviceName, _lastUsedDeviceNameLength + 1); in CreateCapabilityMap() 211 memcpy(_lastUsedDeviceName, deviceUniqueIdUTF8, in CreateCapabilityMap()
|
/external/webrtc/modules/video_capture/windows/ |
D | device_info_ds.cc | 535 _lastUsedDeviceName = in CreateCapabilityMap() 536 (char*)realloc(_lastUsedDeviceName, _lastUsedDeviceNameLength + 1); in CreateCapabilityMap() 537 memcpy(_lastUsedDeviceName, deviceUniqueIdUTF8, in CreateCapabilityMap()
|