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

1 23 4 5 6 7 8

  /system/connectivity/shill/
mock_manager.h 37 MOCK_METHOD0(device_info, DeviceInfo*());
139 DeviceInfo* mock_device_info() { return mock_device_info_; }
140 void set_mock_device_info(DeviceInfo* mock_device_info) {
145 DeviceInfo* mock_device_info_;
device_info.h 54 class DeviceInfo : public base::SupportsWeakPtr<DeviceInfo> {
77 DeviceInfo(ControlInterface* control_interface,
81 virtual ~DeviceInfo();
91 // Adds |device| to this DeviceInfo instance so that we can handle its link
95 // Remove |device| from this DeviceInfo. This function should only
337 DISALLOW_COPY_AND_ASSIGN(DeviceInfo);
connection.h 36 class DeviceInfo;
87 const DeviceInfo* device_info,
231 const DeviceInfo* device_info_;
connection_diagnostics.h 36 class DeviceInfo;
203 const DeviceInfo* device_info,
341 const DeviceInfo* device_info_;
  /device/asus/fugu/libaudio/
AudioStreamIn.h 59 const AudioHotplugThread::DeviceInfo* getDeviceInfo() { return mCurrentDeviceInfo; };
96 const AudioHotplugThread::DeviceInfo* mCurrentDeviceInfo;
  /external/opencv3/modules/cudalegacy/test/
test_nvidia.cpp 52 struct NVidiaTest : TestWithParam<cv::cuda::DeviceInfo>
54 cv::cuda::DeviceInfo devInfo;
test_calib3d.cpp 54 struct TransformPoints : testing::TestWithParam<cv::cuda::DeviceInfo>
56 cv::cuda::DeviceInfo devInfo;
102 struct ProjectPoints : testing::TestWithParam<cv::cuda::DeviceInfo>
104 cv::cuda::DeviceInfo devInfo;
152 struct SolvePnPRansac : testing::TestWithParam<cv::cuda::DeviceInfo>
154 cv::cuda::DeviceInfo devInfo;
  /external/opencv3/modules/cudaimgproc/test/
test_match_template.cpp 60 PARAM_TEST_CASE(MatchTemplate8U, cv::cuda::DeviceInfo, cv::Size, TemplateSize, Channels, TemplateMethod)
62 cv::cuda::DeviceInfo devInfo;
117 PARAM_TEST_CASE(MatchTemplate32F, cv::cuda::DeviceInfo, cv::Size, TemplateSize, Channels, TemplateMethod)
119 cv::cuda::DeviceInfo devInfo;
176 PARAM_TEST_CASE(MatchTemplateBlackSource, cv::cuda::DeviceInfo, TemplateMethod)
178 cv::cuda::DeviceInfo devInfo;
221 PARAM_TEST_CASE(MatchTemplate_CCOEF_NORMED, cv::cuda::DeviceInfo, std::pair<std::string, std::string>)
223 cv::cuda::DeviceInfo devInfo;
276 struct MatchTemplate_CanFindBigTemplate : testing::TestWithParam<cv::cuda::DeviceInfo>
278 cv::cuda::DeviceInfo devInfo
    [all...]
test_hough.cpp 52 PARAM_TEST_CASE(HoughLines, cv::cuda::DeviceInfo, cv::Size, UseRoi)
85 const cv::cuda::DeviceInfo devInfo = GET_PARAM(0);
119 PARAM_TEST_CASE(HoughCircles, cv::cuda::DeviceInfo, cv::Size, UseRoi)
132 const cv::cuda::DeviceInfo devInfo = GET_PARAM(0);
192 PARAM_TEST_CASE(GeneralizedHough, cv::cuda::DeviceInfo, UseRoi)
198 const cv::cuda::DeviceInfo devInfo = GET_PARAM(0);
test_blend.cpp 79 PARAM_TEST_CASE(Blend, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
81 cv::cuda::DeviceInfo devInfo;
test_gftt.cpp 57 PARAM_TEST_CASE(GoodFeaturesToTrack, cv::cuda::DeviceInfo, MinDistance)
59 cv::cuda::DeviceInfo devInfo;
  /external/opencv3/modules/cudafilters/test/
test_filters.cpp 73 PARAM_TEST_CASE(Blur, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, Anchor, BorderType, UseRoi)
75 cv::cuda::DeviceInfo devInfo;
124 PARAM_TEST_CASE(Filter2D, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, Anchor, BorderType, UseRoi)
126 cv::cuda::DeviceInfo devInfo;
176 PARAM_TEST_CASE(Laplacian, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, UseRoi)
178 cv::cuda::DeviceInfo devInfo;
221 PARAM_TEST_CASE(SeparableLinearFilter, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, Anchor, BorderType, UseRoi)
223 cv::cuda::DeviceInfo devInfo;
290 PARAM_TEST_CASE(Sobel, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, Deriv_X, Deriv_Y, BorderType, UseRoi)
292 cv::cuda::DeviceInfo devInfo
    [all...]
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.h 39 class DeviceInfo;
52 DeviceInfo* device_info,
152 DeviceInfo* device_info_;
third_party_vpn_driver.h 38 class DeviceInfo;
54 DeviceInfo* device_info);
186 DeviceInfo* device_info_;
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp 52 PARAM_TEST_CASE(Add_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
54 cv::cuda::DeviceInfo devInfo;
115 PARAM_TEST_CASE(Add_Array_Mask, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
117 cv::cuda::DeviceInfo devInfo;
179 PARAM_TEST_CASE(Add_Scalar, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
181 cv::cuda::DeviceInfo devInfo;
267 PARAM_TEST_CASE(Add_Scalar_First, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
269 cv::cuda::DeviceInfo devInfo;
355 PARAM_TEST_CASE(Subtract_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
357 cv::cuda::DeviceInfo devInfo
    [all...]
test_gpumat.cpp 55 PARAM_TEST_CASE(GpuMat_SetTo, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
57 cv::cuda::DeviceInfo devInfo;
171 PARAM_TEST_CASE(GpuMat_CopyTo, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
173 cv::cuda::DeviceInfo devInfo;
241 PARAM_TEST_CASE(GpuMat_ConvertTo, cv::cuda::DeviceInfo, cv::Size, MatDepth, MatDepth, UseRoi)
243 cv::cuda::DeviceInfo devInfo;
333 struct EnsureSizeIsEnough : testing::TestWithParam<cv::cuda::DeviceInfo>
337 cv::cuda::DeviceInfo devInfo = GetParam();
test_stream.cpp 54 struct Async : testing::TestWithParam<cv::cuda::DeviceInfo>
64 cv::cuda::DeviceInfo devInfo = GetParam();
test_reductions.cpp 52 PARAM_TEST_CASE(Norm, cv::cuda::DeviceInfo, cv::Size, MatDepth, NormCode, UseRoi)
54 cv::cuda::DeviceInfo devInfo;
119 PARAM_TEST_CASE(NormDiff, cv::cuda::DeviceInfo, cv::Size, NormCode, UseRoi)
121 cv::cuda::DeviceInfo devInfo;
259 PARAM_TEST_CASE(Sum, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
261 cv::cuda::DeviceInfo devInfo;
371 PARAM_TEST_CASE(MinMax, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
373 cv::cuda::DeviceInfo devInfo;
537 PARAM_TEST_CASE(MinMaxLoc, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
539 cv::cuda::DeviceInfo devInfo
    [all...]
  /external/opencv3/modules/cudawarping/test/
test_warp_affine.cpp 65 PARAM_TEST_CASE(BuildWarpAffineMaps, cv::cuda::DeviceInfo, cv::Size, Inverse)
67 cv::cuda::DeviceInfo devInfo;
183 PARAM_TEST_CASE(WarpAffine, cv::cuda::DeviceInfo, cv::Size, MatType, Inverse, Interpolation, BorderType, UseRoi)
185 cv::cuda::DeviceInfo devInfo;
237 PARAM_TEST_CASE(WarpAffineNPP, cv::cuda::DeviceInfo, MatType, Inverse, Interpolation)
239 cv::cuda::DeviceInfo devInfo;
test_warp_perspective.cpp 66 PARAM_TEST_CASE(BuildWarpPerspectiveMaps, cv::cuda::DeviceInfo, cv::Size, Inverse)
68 cv::cuda::DeviceInfo devInfo;
186 PARAM_TEST_CASE(WarpPerspective, cv::cuda::DeviceInfo, cv::Size, MatType, Inverse, Interpolation, BorderType, UseRoi)
188 cv::cuda::DeviceInfo devInfo;
240 PARAM_TEST_CASE(WarpPerspectiveNPP, cv::cuda::DeviceInfo, MatType, Inverse, Interpolation)
242 cv::cuda::DeviceInfo devInfo;
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
SensorDeviceInfo.java 16 package com.android.cts.deviceinfo;
23 import com.android.compatibility.common.deviceinfo.DeviceInfo;
33 public class SensorDeviceInfo extends DeviceInfo {
  /external/opencv3/modules/cudaobjdetect/test/
test_objdetect.cpp 51 struct HOG : testing::TestWithParam<cv::cuda::DeviceInfo>
53 cv::cuda::DeviceInfo devInfo;
225 struct CalTech : public ::testing::TestWithParam<std::tr1::tuple<cv::cuda::DeviceInfo, std::string> >
227 cv::cuda::DeviceInfo devInfo;
277 PARAM_TEST_CASE(LBP_Read_classifier, cv::cuda::DeviceInfo, int)
279 cv::cuda::DeviceInfo devInfo;
305 PARAM_TEST_CASE(LBP_classify, cv::cuda::DeviceInfo, int)
307 cv::cuda::DeviceInfo devInfo;
  /external/opencv3/modules/cudaoptflow/test/
test_optflow.cpp 54 struct BroxOpticalFlow : testing::TestWithParam<cv::cuda::DeviceInfo>
56 cv::cuda::DeviceInfo devInfo;
173 PARAM_TEST_CASE(PyrLKOpticalFlow, cv::cuda::DeviceInfo, UseGray)
175 cv::cuda::DeviceInfo devInfo;
271 PARAM_TEST_CASE(FarnebackOpticalFlow, cv::cuda::DeviceInfo, PyrScale, PolyN, FarnebackOptFlowFlags, UseInitFlow)
273 cv::cuda::DeviceInfo devInfo;
342 PARAM_TEST_CASE(OpticalFlowDual_TVL1, cv::cuda::DeviceInfo, Gamma)
344 cv::cuda::DeviceInfo devInfo;
  /external/opencv3/samples/gpu/
driver_api_multi.cpp 85 DeviceInfo dev_info(i);
142 std::cout << "GPU #" << device_id << " (" << DeviceInfo().name() << "): "
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
MediaDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
37 public final class MediaDeviceInfo extends DeviceInfo {

Completed in 478 milliseconds

1 23 4 5 6 7 8