HomeSort by relevance Sort by last modified time
    Searched full:devinfo (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/wpa_supplicant_8/hs20/client/
devinfo.xml 0 <DevInfo xmlns="urn:oma:mo:oma-dm-devinfo:1.0">
7 </DevInfo>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
storprop.h 22 LONG CdromEnableDigitalPlayback(HDEVINFO DevInfo,PSP_DEVINFO_DATA DevInfoData,BOOLEAN ForceUnknown);
23 LONG CdromDisableDigitalPlayback(HDEVINFO DevInfo,PSP_DEVINFO_DATA DevInfoData);
24 LONG CdromIsDigitalPlaybackEnabled(HDEVINFO DevInfo,PSP_DEVINFO_DATA DevInfoData,PBOOLEAN Enabled);
  /external/opencv3/modules/cudastereo/test/
test_stereo.cpp 54 cv::cuda::DeviceInfo devInfo;
58 devInfo = GetParam();
60 cv::cuda::setDevice(devInfo.deviceID());
89 cv::cuda::DeviceInfo devInfo;
93 devInfo = GetParam();
95 cv::cuda::setDevice(devInfo.deviceID());
132 cv::cuda::DeviceInfo devInfo;
136 devInfo = GetParam();
138 cv::cuda::setDevice(devInfo.deviceID());
149 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)
    [all...]
  /external/autotest/client/profilers/powertop/src/
bluetooth.c 99 struct hci_dev_info devinfo; local
115 memset(&devinfo, 0, sizeof(devinfo));
116 strcpy(devinfo.name, "hci0");
117 ret = ioctl(fd, HCIGETDEVINFO, (void *) &devinfo);
121 if ( (devinfo.flags & 1) == 0 &&
125 thisbytes += devinfo.stat.byte_rx;
126 thisbytes += devinfo.stat.byte_tx;
  /external/fio/os/
os-aix.h 8 #include <sys/devinfo.h>
31 struct devinfo info;
  /external/wpa_supplicant_8/hs20/server/
sql.txt 22 devinfo TEXT,
45 devinfo TEXT,
  /system/extras/tests/workloads/
capture.sh 21 devInfo=$(adb devices -l | grep -v ^List | head -1)
22 set -- $devInfo
23 echo devInfo=$devInfo
  /external/opencv3/modules/cudaimgproc/test/
test_histogram.cpp 54 cv::cuda::DeviceInfo devInfo;
59 devInfo = GET_PARAM(0);
62 cv::cuda::setDevice(devInfo.deviceID());
98 cv::cuda::DeviceInfo devInfo;
104 devInfo = GET_PARAM(0);
107 cv::cuda::setDevice(devInfo.deviceID());
142 cv::cuda::DeviceInfo devInfo;
147 devInfo = GET_PARAM(0);
150 cv::cuda::setDevice(devInfo.deviceID());
181 cv::cuda::DeviceInfo devInfo;
    [all...]
test_mean_shift.cpp 54 cv::cuda::DeviceInfo devInfo;
63 devInfo = GetParam();
65 cv::cuda::setDevice(devInfo.deviceID());
78 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20))
100 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20))
135 cv::cuda::DeviceInfo devInfo;
140 devInfo = GET_PARAM(0);
143 cv::cuda::setDevice(devInfo.deviceID());
154 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20))
test_match_template.cpp 62 cv::cuda::DeviceInfo devInfo;
70 devInfo = GET_PARAM(0);
76 cv::cuda::setDevice(devInfo.deviceID());
119 cv::cuda::DeviceInfo devInfo;
129 devInfo = GET_PARAM(0);
135 cv::cuda::setDevice(devInfo.deviceID());
178 cv::cuda::DeviceInfo devInfo;
183 devInfo = GET_PARAM(0);
186 cv::cuda::setDevice(devInfo.deviceID());
223 cv::cuda::DeviceInfo devInfo;
    [all...]
test_corners.cpp 60 cv::cuda::DeviceInfo devInfo;
68 devInfo = GET_PARAM(0);
74 cv::cuda::setDevice(devInfo.deviceID());
108 cv::cuda::DeviceInfo devInfo;
116 devInfo = GET_PARAM(0);
122 cv::cuda::setDevice(devInfo.deviceID());
  /external/opencv3/modules/cudaarithm/test/
test_core.cpp 54 cv::cuda::DeviceInfo devInfo;
62 devInfo = GET_PARAM(0);
68 cv::cuda::setDevice(devInfo.deviceID());
83 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
119 cv::cuda::DeviceInfo devInfo;
129 devInfo = GET_PARAM(0);
135 cv::cuda::setDevice(devInfo.deviceID());
145 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
186 cv::cuda::DeviceInfo devInfo;
193 devInfo = GET_PARAM(0)
    [all...]
test_gpumat.cpp 57 cv::cuda::DeviceInfo devInfo;
64 devInfo = GET_PARAM(0);
69 cv::cuda::setDevice(devInfo.deviceID());
87 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
112 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
139 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
173 cv::cuda::DeviceInfo devInfo;
181 devInfo = GET_PARAM(0);
186 cv::cuda::setDevice(devInfo.deviceID());
206 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)
    [all...]
test_element_operations.cpp 54 cv::cuda::DeviceInfo devInfo;
65 devInfo = GET_PARAM(0);
71 cv::cuda::setDevice(devInfo.deviceID());
83 if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
117 cv::cuda::DeviceInfo devInfo;
127 devInfo = GET_PARAM(0);
132 cv::cuda::setDevice(devInfo.deviceID());
145 if ((depth.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
181 cv::cuda::DeviceInfo devInfo;
188 devInfo = GET_PARAM(0)
    [all...]
test_reductions.cpp 54 cv::cuda::DeviceInfo devInfo;
62 devInfo = GET_PARAM(0);
68 cv::cuda::setDevice(devInfo.deviceID());
121 cv::cuda::DeviceInfo devInfo;
128 devInfo = GET_PARAM(0);
133 cv::cuda::setDevice(devInfo.deviceID());
261 cv::cuda::DeviceInfo devInfo;
270 devInfo = GET_PARAM(0);
275 cv::cuda::setDevice(devInfo.deviceID());
373 cv::cuda::DeviceInfo devInfo;
    [all...]
test_arithm.cpp 59 cv::cuda::DeviceInfo devInfo;
67 devInfo = GET_PARAM(0);
73 cv::cuda::setDevice(devInfo.deviceID());
85 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
135 cv::cuda::DeviceInfo devInfo;
143 devInfo = GET_PARAM(0);
147 cv::cuda::setDevice(devInfo.deviceID());
189 cv::cuda::DeviceInfo devInfo;
193 devInfo = GetParam();
195 cv::cuda::setDevice(devInfo.deviceID())
    [all...]
  /external/libdrm/freedreno/kgsl/
kgsl_pipe.c 42 *value = kgsl_pipe->devinfo.device_id;
45 *value = kgsl_pipe->devinfo.gpu_id;
48 *value = kgsl_pipe->devinfo.gmem_sizebytes;
51 *value = kgsl_pipe->devinfo.chip_id;
252 GETPROP(fd, DEVICE_INFO, kgsl_pipe->devinfo);
257 (kgsl_pipe->devinfo.chip_id >> 24) & 0xff,
258 (kgsl_pipe->devinfo.chip_id >> 16) & 0xff,
259 (kgsl_pipe->devinfo.chip_id >> 8) & 0xff,
260 (kgsl_pipe->devinfo.chip_id >> 0) & 0xff);
261 INFO_MSG(" Device-id: %d", kgsl_pipe->devinfo.device_id)
    [all...]
  /external/opencv3/modules/cudawarping/test/
test_pyramids.cpp 54 cv::cuda::DeviceInfo devInfo;
61 devInfo = GET_PARAM(0);
66 cv::cuda::setDevice(devInfo.deviceID());
94 cv::cuda::DeviceInfo devInfo;
101 devInfo = GET_PARAM(0);
106 cv::cuda::setDevice(devInfo.deviceID());
  /external/opencv3/modules/cudafilters/test/
test_filters.cpp 75 cv::cuda::DeviceInfo devInfo;
85 devInfo = GET_PARAM(0);
93 cv::cuda::setDevice(devInfo.deviceID());
126 cv::cuda::DeviceInfo devInfo;
136 devInfo = GET_PARAM(0);
144 cv::cuda::setDevice(devInfo.deviceID());
178 cv::cuda::DeviceInfo devInfo;
186 devInfo = GET_PARAM(0);
192 cv::cuda::setDevice(devInfo.deviceID());
223 cv::cuda::DeviceInfo devInfo;
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 148 devinfo = SP_DEVINFO_DATA()
149 devinfo.cbSize = ctypes.sizeof(devinfo)
151 while SetupDiEnumDeviceInfo(g_hdi, index, ctypes.byref(devinfo)):
157 ctypes.byref(devinfo),
184 ctypes.byref(devinfo),
191 ctypes.byref(devinfo),
217 ctypes.byref(devinfo),
226 #~ raise IOError("failed to get details for %s (%s)" % (devinfo, szHardwareID.value))
  /external/opencv3/modules/cudalegacy/test/
test_calib3d.cpp 56 cv::cuda::DeviceInfo devInfo;
60 devInfo = GetParam();
62 cv::cuda::setDevice(devInfo.deviceID());
104 cv::cuda::DeviceInfo devInfo;
108 devInfo = GetParam();
110 cv::cuda::setDevice(devInfo.deviceID());
154 cv::cuda::DeviceInfo devInfo;
158 devInfo = GetParam();
160 cv::cuda::setDevice(devInfo.deviceID());
  /external/opencv3/modules/cudaobjdetect/test/
test_objdetect.cpp 53 cv::cuda::DeviceInfo devInfo;
70 devInfo = GetParam();
72 cv::cuda::setDevice(devInfo.deviceID());
227 cv::cuda::DeviceInfo devInfo;
232 devInfo = GET_PARAM(0);
233 cv::cuda::setDevice(devInfo.deviceID());
279 cv::cuda::DeviceInfo devInfo;
283 devInfo = GET_PARAM(0);
284 cv::cuda::setDevice(devInfo.deviceID());
307 cv::cuda::DeviceInfo devInfo;
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
OMADMAdapter.java 160 mDevInfo.add(new ConstPathAccessor<>(strDevId, "DevInfo", "DevID"));
162 "Man", "ro.product.manufacturer", "unknown"), "DevInfo", "Man"));
164 "Mod", "ro.product.model", "generic"), "DevInfo", "Mod"));
165 mDevInfo.add(new ConstPathAccessor<>(getLocale(context), "DevInfo", "Lang"));
166 mDevInfo.add(new ConstPathAccessor<>("1.2", "DevInfo", "DmV"));
264 OMAConstructed root = new OMAConstructed(null, "DevInfo", urn);
292 case DevInfoURN: return DevInfo;
563 private static final String DevInfo =
567 "<NodeName>DevInfo</NodeName>" +
570 "<DDFName>urn:oma:mo:oma-dm-devinfo:1.0"
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
OMADMAdapter.java 163 mDevInfo.add(new ConstPathAccessor<>(strDevId, "DevInfo", "DevID"));
164 mDevInfo.add(new ConstPathAccessor<>(getProperty(context, "Man", "ro.product.manufacturer", "unknown"), "DevInfo", "Man"));
165 mDevInfo.add(new ConstPathAccessor<>(getProperty(context, "Mod", "ro.product.model", "generic"), "DevInfo", "Mod"));
166 mDevInfo.add(new ConstPathAccessor<>(getLocale(context), "DevInfo", "Lang"));
167 mDevInfo.add(new ConstPathAccessor<>("1.2", "DevInfo", "DmV"));
255 OMAConstructed root = new OMAConstructed(null, "DevInfo", urn);
284 case DevInfoURN: return DevInfo;
555 private static final String DevInfo =
559 "<NodeName>DevInfo</NodeName>" +
562 "<DDFName>urn:oma:mo:oma-dm-devinfo:1.0"
    [all...]
  /device/asus/fugu/libaudio/
AudioHardwareInput.cpp 201 const AudioHotplugThread::DeviceInfo& devInfo)
206 ALOGD("AudioHardwareInput::onDeviceFound pcmCard = %d", devInfo.pcmCard);
210 if ((mDeviceInfos[i].pcmCard == devInfo.pcmCard)
211 && (mDeviceInfos[i].pcmDevice == devInfo.pcmDevice)) {
213 devInfo.pcmCard, devInfo.pcmDevice);
223 mDeviceInfos[i] = devInfo;

Completed in 496 milliseconds

1 2 3