Home
last modified time | relevance | path

Searched refs:DeviceInfo (Results 1 – 22 of 22) sorted by relevance

/external/autotest/client/common_lib/cros/network/
Dinterface.py41 DeviceInfo = collections.namedtuple('DeviceInfo', ['vendor', 'device']) variable
43 DeviceInfo('0x02df', '0x9129'): NAME_MARVELL_88W8797_SDIO,
44 DeviceInfo('0x02df', '0x912d'): NAME_MARVELL_88W8897_SDIO,
45 DeviceInfo('0x02df', '0x9135'): NAME_MARVELL_88W8887_SDIO,
46 DeviceInfo('0x11ab', '0x2b38'): NAME_MARVELL_88W8897_PCIE,
47 DeviceInfo('0x168c', '0x002a'): NAME_ATHEROS_AR9280,
48 DeviceInfo('0x168c', '0x0030'): NAME_ATHEROS_AR9382,
49 DeviceInfo('0x168c', '0x0034'): NAME_ATHEROS_AR9462,
50 DeviceInfo('0x8086', '0x08b1'): NAME_INTEL_7260,
53 DeviceInfo('0x8086', '0x08b2'): NAME_INTEL_7260,
[all …]
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DBluetoothDeviceList.java38 private static class DeviceInfo { class in BluetoothDeviceList
42 public DeviceInfo(String name, String address) { in DeviceInfo() method in BluetoothDeviceList.DeviceInfo
74 DeviceInfo device = (DeviceInfo) mAdapter.getItem(position); in onListItemClick()
82 List<DeviceInfo> mmDeviceList;
85 mmDeviceList = new ArrayList<DeviceInfo>(); in DeviceListAdapter()
90 mmDeviceList.add(new DeviceInfo(name, address)); in addDevice()
111 final DeviceInfo device = mmDeviceList.get(position); in getView()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvcmfactory.h48 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) { in CreateDeviceInfo()
51 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) { in DestroyDeviceInfo()
Dwebrtcvideocapturer.h53 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0;
55 webrtc::VideoCaptureModule::DeviceInfo* info) = 0;
Dwebrtcvideocapturer.cc76 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) { in CreateDeviceInfo()
79 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) { in DestroyDeviceInfo()
162 webrtc::VideoCaptureModule::DeviceInfo* info = factory_->CreateDeviceInfo(0); in Init()
Dfakewebrtcdeviceinfo.h37 class FakeWebRtcDeviceInfo : public webrtc::VideoCaptureModule::DeviceInfo {
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture.h23 class DeviceInfo {
75 virtual ~DeviceInfo() {} in ~DeviceInfo()
Dvideo_capture_factory.h36 static VideoCaptureModule::DeviceInfo* CreateDeviceInfo(
Dvideo_capture_factory.cc32 VideoCaptureModule::DeviceInfo* VideoCaptureFactory::CreateDeviceInfo( in CreateDeviceInfo()
Ddevice_info_impl.h24 class DeviceInfoImpl: public VideoCaptureModule::DeviceInfo
Dvideo_capture_impl.h53 static DeviceInfo* CreateDeviceInfo(const int32_t id);
/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_factory_windows.cc19 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo( in CreateDeviceInfo()
/external/webrtc/webrtc/modules/video_capture/external/
Ddevice_info_external.cc46 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo( in CreateDeviceInfo()
/external/webrtc/talk/media/devices/
Dmobiledevicemanager.cc51 rtc::scoped_ptr<webrtc::VideoCaptureModule::DeviceInfo> info( in GetVideoCaptureDevices()
/external/webrtc/webrtc/test/
Dvcm_capturer.cc24 VideoCaptureModule::DeviceInfo* device_info = in Init()
/external/webrtc/webrtc/modules/video_capture/mac/
Dvideo_capture_mac.mm201 * Create/Destroy a DeviceInfo
205 VideoCaptureModule::DeviceInfo*
/external/webrtc/webrtc/modules/video_capture/linux/
Ddevice_info_linux.cc31 VideoCaptureModule::DeviceInfo*
/external/webrtc/webrtc/modules/video_capture/ios/
Ddevice_info_ios.mm41 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
/external/mdnsresponder/mDNSShared/
Duds_daemon.c2000 if (m->DeviceInfo.resrec.RecordType != kDNSRecordTypeUnregistered) in UpdateDeviceInfoRecord()
2001 if (num_autoname == 0 || !SameDomainLabelCS(m->DeviceInfo.resrec.name->c, m->nicelabel.c)) in UpdateDeviceInfoRecord()
2003 LogOperation("UpdateDeviceInfoRecord Deregister %##s", m->DeviceInfo.resrec.name); in UpdateDeviceInfoRecord()
2004 mDNS_Deregister(m, &m->DeviceInfo); in UpdateDeviceInfoRecord()
2008 if (m->DeviceInfo.resrec.RecordType == kDNSRecordTypeUnregistered) in UpdateDeviceInfoRecord()
2012 …mDNS_SetupResourceRecord(&m->DeviceInfo, mDNSNULL, mDNSNULL, kDNSType_TXT, kStandardTTL, kDNSRecor… in UpdateDeviceInfoRecord()
2013 ConstructServiceName(&m->DeviceInfo.namestorage, &m->nicelabel, &DeviceInfoName, &localdomain); in UpdateDeviceInfoRecord()
2014 mDNSPlatformMemCopy(m->DeviceInfo.resrec.rdata->u.data + 1, "model=", 6); in UpdateDeviceInfoRecord()
2015 mDNSPlatformMemCopy(m->DeviceInfo.resrec.rdata->u.data + 7, m->HIHardware.c + 1, len); in UpdateDeviceInfoRecord()
2016 m->DeviceInfo.resrec.rdata->u.data[0] = 6 + len; // "model=" plus the device string in UpdateDeviceInfoRecord()
[all …]
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc273 scoped_ptr<VideoCaptureModule::DeviceInfo> device_info_;
/external/mdnsresponder/mDNSCore/
DmDNS.c1654 if (ResourceRecordIsValidInterfaceAnswer(&m->DeviceInfo, InterfaceID) && in AddAdditionalsToResponseList()
1655 SameDomainLabel(rr->resrec.rdata->u.name.c, m->DeviceInfo.resrec.name->c)) in AddAdditionalsToResponseList()
1656 AddRecordToResponseList(nrpp, &m->DeviceInfo, rr); in AddAdditionalsToResponseList()
2165 …if (ResourceRecordIsValidAnswer(&m->DeviceInfo) && SameDomainLabel(rr->resrec.rdata->u.name.c, m-> in SendResponses()
2167 if (!m->DeviceInfo.ImmedAnswer) m->DeviceInfo.ImmedAnswer = rr->ImmedAnswer; in SendResponses()
2168 else m->DeviceInfo.ImmedAnswer = mDNSInterfaceMark; in SendResponses()
DmDNSEmbeddedAPI.h1862 AuthRecord DeviceInfo; member