/external/autotest/client/common_lib/cros/network/ |
D | interface.py | 41 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/ |
D | BluetoothDeviceList.java | 38 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/ |
D | fakewebrtcvcmfactory.h | 48 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) { in CreateDeviceInfo() 51 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) { in DestroyDeviceInfo()
|
D | webrtcvideocapturer.h | 53 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0; 55 webrtc::VideoCaptureModule::DeviceInfo* info) = 0;
|
D | webrtcvideocapturer.cc | 76 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()
|
D | fakewebrtcdeviceinfo.h | 37 class FakeWebRtcDeviceInfo : public webrtc::VideoCaptureModule::DeviceInfo {
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture.h | 23 class DeviceInfo { 75 virtual ~DeviceInfo() {} in ~DeviceInfo()
|
D | video_capture_factory.h | 36 static VideoCaptureModule::DeviceInfo* CreateDeviceInfo(
|
D | video_capture_factory.cc | 32 VideoCaptureModule::DeviceInfo* VideoCaptureFactory::CreateDeviceInfo( in CreateDeviceInfo()
|
D | device_info_impl.h | 24 class DeviceInfoImpl: public VideoCaptureModule::DeviceInfo
|
D | video_capture_impl.h | 53 static DeviceInfo* CreateDeviceInfo(const int32_t id);
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | video_capture_factory_windows.cc | 19 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo( in CreateDeviceInfo()
|
/external/webrtc/webrtc/modules/video_capture/external/ |
D | device_info_external.cc | 46 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo( in CreateDeviceInfo()
|
/external/webrtc/talk/media/devices/ |
D | mobiledevicemanager.cc | 51 rtc::scoped_ptr<webrtc::VideoCaptureModule::DeviceInfo> info( in GetVideoCaptureDevices()
|
/external/webrtc/webrtc/test/ |
D | vcm_capturer.cc | 24 VideoCaptureModule::DeviceInfo* device_info = in Init()
|
/external/webrtc/webrtc/modules/video_capture/mac/ |
D | video_capture_mac.mm | 201 * Create/Destroy a DeviceInfo 205 VideoCaptureModule::DeviceInfo*
|
/external/webrtc/webrtc/modules/video_capture/linux/ |
D | device_info_linux.cc | 31 VideoCaptureModule::DeviceInfo*
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
D | device_info_ios.mm | 41 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 2000 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/ |
D | video_capture_unittest.cc | 273 scoped_ptr<VideoCaptureModule::DeviceInfo> device_info_;
|
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 1654 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()
|
D | mDNSEmbeddedAPI.h | 1862 AuthRecord DeviceInfo; member
|