Searched refs:DeviceInfo (Results 1 - 25 of 31) sorted by relevance

12

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DBluetoothDeviceList.java38 private static class DeviceInfo { class in class:BluetoothDeviceList
42 public DeviceInfo(String name, String address) { method in class:BluetoothDeviceList.DeviceInfo
74 DeviceInfo device = (DeviceInfo) mAdapter.getItem(position);
82 List<DeviceInfo> mmDeviceList;
85 mmDeviceList = new ArrayList<DeviceInfo>();
90 mmDeviceList.add(new DeviceInfo(name, address));
111 final DeviceInfo device = mmDeviceList.get(position);
/external/autotest/client/common_lib/cros/network/
H A Dinterface.py47 DeviceInfo = collections.namedtuple('DeviceInfo', ['vendor', 'device']) variable
49 DeviceInfo('0x02df', '0x9129'): NAME_MARVELL_88W8797_SDIO,
50 DeviceInfo('0x02df', '0x912d'): NAME_MARVELL_88W8897_SDIO,
51 DeviceInfo('0x02df', '0x9135'): NAME_MARVELL_88W8887_SDIO,
52 DeviceInfo('0x11ab', '0x2b38'): NAME_MARVELL_88W8897_PCIE,
53 DeviceInfo('0x1b4b', '0x2b42'): NAME_MARVELL_88W8997_PCIE,
54 DeviceInfo('0x168c', '0x002a'): NAME_ATHEROS_AR9280,
55 DeviceInfo('0x168c', '0x0030'): NAME_ATHEROS_AR9382,
56 DeviceInfo('
[all...]
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_factory.h12 // and DeviceInfo.
36 static VideoCaptureModule::DeviceInfo* CreateDeviceInfo(
H A Dvideo_capture_factory.cc32 VideoCaptureModule::DeviceInfo* VideoCaptureFactory::CreateDeviceInfo(
H A Ddevice_info_impl.h24 class DeviceInfoImpl: public VideoCaptureModule::DeviceInfo
H A Dvideo_capture.h23 class DeviceInfo { class in class:webrtc::VideoCaptureModule
75 virtual ~DeviceInfo() {}
134 // DeviceInfo::GetOrientation the captured frames are
H A Dvideo_capture_impl.h53 static DeviceInfo* CreateDeviceInfo(const int32_t id);
/external/autotest/client/site_tests/camera_V4L2/src/
H A Dcommon_types.h15 struct DeviceInfo { struct
44 typedef std::vector<DeviceInfo> DeviceInfos;
H A Dcamera_characteristics.cc55 static const struct DeviceInfo kDefaultCharacteristics = {
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvcmfactory.h48 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
51 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) {
H A Dwebrtcvideocapturer.h53 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0;
55 webrtc::VideoCaptureModule::DeviceInfo* info) = 0;
H A Dwebrtcvideocapturer.cc76 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
79 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) {
162 webrtc::VideoCaptureModule::DeviceInfo* info = factory_->CreateDeviceInfo(0);
H A Dfakewebrtcdeviceinfo.h36 // Fake class for mocking out webrtc::VideoCaptureModule::DeviceInfo.
37 class FakeWebRtcDeviceInfo : public webrtc::VideoCaptureModule::DeviceInfo {
/external/webrtc/webrtc/modules/video_capture/windows/
H A Dvideo_capture_factory_windows.cc19 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
/external/webrtc/webrtc/modules/video_capture/external/
H A Ddevice_info_external.cc46 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
/external/webrtc/talk/media/devices/
H A Dmobiledevicemanager.cc51 rtc::scoped_ptr<webrtc::VideoCaptureModule::DeviceInfo> info(
/external/libusb/libusb/os/
H A Dwindows_usbdk.h98 PUSB_DK_DEVICE_INFO *DeviceInfo,
102 PUSB_DK_DEVICE_INFO DeviceInfo
/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator.h39 struct DeviceInfo { struct in class:tensorflow::grappler::OpLevelCostEstimator
45 virtual DeviceInfo GetDeviceInfo(const DeviceProperties& device) const;
/external/webrtc/webrtc/test/
H A Dvcm_capturer.cc24 VideoCaptureModule::DeviceInfo* device_info =
/external/webrtc/webrtc/modules/video_capture/ios/
H A Ddevice_info_ios.mm41 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
/external/webrtc/webrtc/modules/video_capture/mac/
H A Dvideo_capture_mac.mm201 * Create/Destroy a DeviceInfo
205 VideoCaptureModule::DeviceInfo*
/external/webrtc/webrtc/modules/video_capture/linux/
H A Ddevice_info_linux.cc31 VideoCaptureModule::DeviceInfo*
/external/tensorflow/tensorflow/python/grappler/
H A Dcluster.i304 tensorflow::grappler::OpLevelCostEstimator::DeviceInfo info =
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c2005 // If DeviceInfo record is currently registered, see if we need to deregister it
2006 if (m->DeviceInfo.resrec.RecordType != kDNSRecordTypeUnregistered)
2007 if (num_autoname == 0 || !SameDomainLabelCS(m->DeviceInfo.resrec.name->c, m->nicelabel.c))
2009 LogOperation("UpdateDeviceInfoRecord Deregister %##s", m->DeviceInfo.resrec.name);
2010 mDNS_Deregister(m, &m->DeviceInfo);
2013 // If DeviceInfo record is not currently registered, see if we need to register it
2014 if (m->DeviceInfo.resrec.RecordType == kDNSRecordTypeUnregistered)
2018 mDNS_SetupResourceRecord(&m->DeviceInfo, mDNSNULL, mDNSNULL, kDNSType_TXT, kStandardTTL, kDNSRecordTypeAdvisory, AuthRecordAny, mDNSNULL, mDNSNULL);
2019 ConstructServiceName(&m->DeviceInfo.namestorage, &m->nicelabel, &DeviceInfoName, &localdomain);
2020 mDNSPlatformMemCopy(m->DeviceInfo
[all...]
/external/webrtc/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc273 scoped_ptr<VideoCaptureModule::DeviceInfo> device_info_;

Completed in 522 milliseconds

12