HomeSort by relevance Sort by last modified time
    Searched refs:DeviceInfo (Results 26 - 50 of 191) sorted by null

12 3 4 5 6 7 8

  /system/connectivity/shill/
active_link_monitor.h 35 class DeviceInfo;
72 DeviceInfo* device_info,
153 // DeviceInfo instance for retrieving the MAC address of a device.
154 DeviceInfo* device_info_;
link_monitor.h 35 class DeviceInfo;
59 DeviceInfo* device_info,
device_stub.h 35 class DeviceInfo;
  /external/autotest/client/common_lib/cros/network/
interface.py 41 DeviceInfo = collections.namedtuple('DeviceInfo', ['vendor', 'device'])
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
    [all...]
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
UserDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
29 public final class UserDeviceInfo extends DeviceInfo {
PackageDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
22 import com.android.compatibility.common.deviceinfo.DeviceInfo;
28 public class PackageDeviceInfo extends DeviceInfo {
  /external/opencv3/modules/cudawarping/test/
test_pyramids.cpp 52 PARAM_TEST_CASE(PyrDown, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
54 cv::cuda::DeviceInfo devInfo;
92 PARAM_TEST_CASE(PyrUp, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
94 cv::cuda::DeviceInfo devInfo;
  /external/webrtc/webrtc/modules/video_capture/external/
device_info_external.cc 46 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
  /frameworks/base/services/core/java/com/android/server/hdmi/
DeviceDiscoveryAction.java 69 private static final class DeviceInfo {
78 private DeviceInfo(int logicalAddress) {
88 private final ArrayList<DeviceInfo> mDevices = new ArrayList<>();
128 DeviceInfo info = new DeviceInfo(i);
249 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
275 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
298 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
324 for (DeviceInfo info : mDevices) {
326 Slog.v(TAG, " DeviceInfo: " + cecDeviceInfo)
    [all...]
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostDeviceInfo.java 18 import com.android.compatibility.common.util.DeviceInfo;
24 public class SampleHostDeviceInfo extends DeviceInfo {
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
SampleDeviceInfo.java 16 package com.android.cts.deviceinfo;
20 import com.android.compatibility.common.deviceinfo.DeviceInfo;
28 public class SampleDeviceInfo extends DeviceInfo {
  /external/opencv3/modules/cudaimgproc/test/
test_bilateral_filter.cpp 52 PARAM_TEST_CASE(BilateralFilter, cv::cuda::DeviceInfo, cv::Size, MatType)
54 cv::cuda::DeviceInfo devInfo;
test_canny.cpp 58 PARAM_TEST_CASE(Canny, cv::cuda::DeviceInfo, AppertureSize, L2gradient, UseRoi)
60 cv::cuda::DeviceInfo devInfo;
test_corners.cpp 58 PARAM_TEST_CASE(CornerHarris, cv::cuda::DeviceInfo, MatType, BorderType, BlockSize, ApertureSize)
60 cv::cuda::DeviceInfo devInfo;
106 PARAM_TEST_CASE(CornerMinEigen, cv::cuda::DeviceInfo, MatType, BorderType, BlockSize, ApertureSize)
108 cv::cuda::DeviceInfo devInfo;
test_mean_shift.cpp 52 struct MeanShift : testing::TestWithParam<cv::cuda::DeviceInfo>
54 cv::cuda::DeviceInfo devInfo;
133 PARAM_TEST_CASE(MeanShiftSegmentation, cv::cuda::DeviceInfo, MinSize)
135 cv::cuda::DeviceInfo devInfo;
  /external/opencv3/modules/cudastereo/test/
test_stereo.cpp 52 struct StereoBM : testing::TestWithParam<cv::cuda::DeviceInfo>
54 cv::cuda::DeviceInfo devInfo;
87 struct StereoBeliefPropagation : testing::TestWithParam<cv::cuda::DeviceInfo>
89 cv::cuda::DeviceInfo devInfo;
130 struct StereoConstantSpaceBP : testing::TestWithParam<cv::cuda::DeviceInfo>
132 cv::cuda::DeviceInfo devInfo;
174 PARAM_TEST_CASE(ReprojectImageTo3D, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
176 cv::cuda::DeviceInfo devInfo;
  /external/opencv3/samples/gpu/
multi.cpp 61 DeviceInfo dev_info(i);
99 std::cout << "GPU #" << device_id << " (" << DeviceInfo().name() << "): "
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h 53 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0;
55 webrtc::VideoCaptureModule::DeviceInfo* info) = 0;
  /external/webrtc/webrtc/modules/video_capture/
video_capture.h 23 class DeviceInfo {
75 virtual ~DeviceInfo() {}
134 // DeviceInfo::GetOrientation the captured frames are
device_info_impl.h 24 class DeviceInfoImpl: public VideoCaptureModule::DeviceInfo
  /system/bt/osi/src/
metrics.cpp 40 using clearcut::connectivity::DeviceInfo;
65 DeviceInfo *info = event->mutable_device_paired_with();
69 DeviceInfo_DeviceType type = DeviceInfo::DEVICE_TYPE_UNKNOWN;
72 type = DeviceInfo::DEVICE_TYPE_BREDR;
74 type = DeviceInfo::DEVICE_TYPE_LE;
76 type = DeviceInfo::DEVICE_TYPE_DUMO;
166 DeviceInfo *info = bt_session->mutable_device_connected_to();
168 info->set_device_type(DeviceInfo::DEVICE_TYPE_BREDR);
  /external/opencv3/modules/cudaarithm/test/
test_core.cpp 52 PARAM_TEST_CASE(Merge, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi)
54 cv::cuda::DeviceInfo devInfo;
117 PARAM_TEST_CASE(Split, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi)
119 cv::cuda::DeviceInfo devInfo;
184 PARAM_TEST_CASE(Transpose, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
186 cv::cuda::DeviceInfo devInfo;
249 PARAM_TEST_CASE(Flip, cv::cuda::DeviceInfo, cv::Size, MatType, FlipCode, UseRoi)
251 cv::cuda::DeviceInfo devInfo;
303 PARAM_TEST_CASE(LUT, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
305 cv::cuda::DeviceInfo devInfo
    [all...]
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
DeviceInfo.java 27 public abstract class DeviceInfo extends DeviceTestCase {
39 File jsonFile = new File(dir, collectionName + ".deviceinfo.json");
  /external/opencv3/modules/cudalegacy/test/
test_main.cpp 90 DeviceInfo info(device);
  /external/webrtc/talk/media/devices/
mobiledevicemanager.cc 51 rtc::scoped_ptr<webrtc::VideoCaptureModule::DeviceInfo> info(

Completed in 3453 milliseconds

12 3 4 5 6 7 8