Searched defs:DeviceInfo (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture.h23 class DeviceInfo { class in class:webrtc::VideoCaptureModule
75 virtual ~DeviceInfo() {}
134 // DeviceInfo::GetOrientation the captured frames are
/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.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('
[all...]
/external/opencv3/modules/core/include/opencv2/core/
H A Dcuda.hpp628 class CV_EXPORTS DeviceInfo class in namespace:cv::cuda
631 //! creates DeviceInfo object for the current GPU
632 DeviceInfo();
638 Constructs the DeviceInfo object for the specified device. If device_id parameter is missed, it
641 DeviceInfo(int device_id);
H A Dcuda.inl.hpp560 DeviceInfo::DeviceInfo() function in class:cv::cuda::DeviceInfo
566 DeviceInfo::DeviceInfo(int device_id) function in class:cv::cuda::DeviceInfo
573 int DeviceInfo::deviceID() const
579 size_t DeviceInfo::freeMemory() const
587 size_t DeviceInfo::totalMemory() const
595 bool DeviceInfo::supports(FeatureSet feature_set) const
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1862 AuthRecord DeviceInfo; member in struct:mDNS_struct
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h5803 virtual HRESULT WINAPI DeviceInfo(CLSID *pclsidInterfaceClass,WCHAR **pwszSymbolicLink) = 0;
5813 HRESULT (WINAPI *DeviceInfo)(IAMDeviceRemoval *This,CLSID *pclsidInterfaceClass,WCHAR **pwszSymbolicLink); member in struct:IAMDeviceRemovalVtbl
5825 #define IAMDeviceRemoval_DeviceInfo(This,pclsidInterfaceClass,pwszSymbolicLink) (This)->lpVtbl->DeviceInfo(This,pclsidInterfaceClass,pwszSymbolicLink)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 685 milliseconds