Searched defs:DeviceInfoDS (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/windows/
H A Ddevice_info_ds.h34 class DeviceInfoDS: public DeviceInfoImpl class in namespace:webrtc::videocapturemodule
38 static DeviceInfoDS* Create(const int32_t id);
40 DeviceInfoDS(const int32_t id);
41 virtual ~DeviceInfoDS();
H A Ddevice_info_ds.cc46 DeviceInfoDS* DeviceInfoDS::Create(const int32_t id)
48 DeviceInfoDS* dsInfo = new DeviceInfoDS(id);
57 DeviceInfoDS::DeviceInfoDS(const int32_t id) function in class:webrtc::videocapturemodule::DeviceInfoDS
101 DeviceInfoDS::~DeviceInfoDS()
111 int32_t DeviceInfoDS::Init()
123 uint32_t DeviceInfoDS
[all...]

Completed in 107 milliseconds