OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeviceInfoDS
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.h
34
class
DeviceInfoDS
: public DeviceInfoImpl
38
static
DeviceInfoDS
* Create(const int32_t id);
40
DeviceInfoDS
(const int32_t id);
41
virtual ~
DeviceInfoDS
();
device_info_ds.cc
46
DeviceInfoDS
*
DeviceInfoDS
::Create(const int32_t id)
48
DeviceInfoDS
* dsInfo = new
DeviceInfoDS
(id);
57
DeviceInfoDS
::
DeviceInfoDS
(const int32_t id)
101
DeviceInfoDS
::~
DeviceInfoDS
()
111
int32_t
DeviceInfoDS
::Init()
123
uint32_t
DeviceInfoDS
::NumberOfDevices(
[
all
...]
Completed in 43 milliseconds