Home
last modified time | relevance | path

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

1234

/external/autotest/client/common_lib/cros/network/
Dinterface.py49 DeviceInfo = collections.namedtuple('DeviceInfo', ['vendor', 'device', variable
52 DeviceInfo.__new__.__defaults__ = (None, None, None)
55 DeviceInfo('0x02df', '0x9129'): NAME_MARVELL_88W8797_SDIO,
56 DeviceInfo('0x02df', '0x912d'): NAME_MARVELL_88W8897_SDIO,
57 DeviceInfo('0x02df', '0x9135'): NAME_MARVELL_88W8887_SDIO,
58 DeviceInfo('0x11ab', '0x2b38'): NAME_MARVELL_88W8897_PCIE,
59 DeviceInfo('0x1b4b', '0x2b42'): NAME_MARVELL_88W8997_PCIE,
60 DeviceInfo('0x168c', '0x002a'): NAME_ATHEROS_AR9280,
61 DeviceInfo('0x168c', '0x0030'): NAME_ATHEROS_AR9382,
62 DeviceInfo('0x168c', '0x0034'): NAME_ATHEROS_AR9462,
[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/tensorflow/tensorflow/core/grappler/costs/
Dcost_estimator.h33 struct DeviceInfo { struct
46 DeviceInfo() in DeviceInfo() argument
52 DeviceInfo(const DeviceInfo& input) in DeviceInfo() argument
58 DeviceInfo(double gigaops, double gb_per_sec,
Dop_level_cost_estimator_test.cc38 device_info_ = DeviceInfo(); in TestOpLevelCostEstimator()
42 void SetDeviceInfo(const DeviceInfo& device_info) { in SetDeviceInfo()
49 DeviceInfo GetDeviceInfo(const DeviceProperties& device) const override { in GetDeviceInfo()
53 DeviceInfo device_info_;
1329 estimator.SetDeviceInfo(DeviceInfo(/*gigaops=*/1, in TEST_F()
1345 estimator.SetDeviceInfo(DeviceInfo(/*gigaops=*/99999, in TEST_F()
1361 estimator.SetDeviceInfo(DeviceInfo(/*gigaops=*/99999, in TEST_F()
/external/autotest/client/site_tests/camera_V4L2/src/
Dcamera_characteristics.h57 const DeviceInfo* Find(const std::string& vid, const std::string& pid) const;
63 std::map<std::pair<std::string, std::string>, DeviceInfo>
Dcommon_types.h27 struct DeviceInfo { struct
70 typedef std::vector<DeviceInfo> DeviceInfos; argument
Dcamera_characteristics.cc45 DeviceInfo* info) { in SetEntry()
167 const DeviceInfo* CameraCharacteristics::Find(const std::string& vid, in Find()
171 const DeviceInfo& info = it->second; in Find()
/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/libusb/libusb/os/
Dwindows_usbdk.h98 PUSB_DK_DEVICE_INFO *DeviceInfo,
102 PUSB_DK_DEVICE_INFO DeviceInfo
/external/ukey2/src/main/proto/
Dsecuregcm.proto24 // Field numbers should be kept in sync with DeviceInfo in:
27 // This field's name does not match the one in DeviceInfo for legacy reasons.
32 // Used for device_address of DeviceInfo field 2, but for GCM capable devices.
35 // Used for device_address of DeviceInfo field 2, but for iOS devices.
41 // Used for device_address of DeviceInfo field 2, a Bluetooth Mac address for
46 // Differs from DeviceInfo field 3, which contains the actual master key.
/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/libmtp/logs/
Dmtp-detect-sandisk-sansa-e260.txt249 <DeviceInfo>
253 </DeviceInfo>
Dmtp-detect-iriver-t10.txt187 <DeviceInfo>
189 </DeviceInfo>
/external/webrtc/webrtc/modules/video_capture/mac/
Dvideo_capture_mac.mm201 * Create/Destroy a DeviceInfo
205 VideoCaptureModule::DeviceInfo*

1234