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

1 2 34 5 6 7 8

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
PropertyDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
31 public final class PropertyDeviceInfo extends DeviceInfo {
ScreenDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
29 public final class ScreenDeviceInfo extends DeviceInfo {
StorageDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
31 public class StorageDeviceInfo extends DeviceInfo {
GenericDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
31 import com.android.compatibility.common.deviceinfo.DeviceInfo;
37 public class GenericDeviceInfo extends DeviceInfo {
GraphicsDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
30 public final class GraphicsDeviceInfo extends DeviceInfo {
65 "com.android.compatibility.common.deviceinfo",
  /external/opencv3/modules/cudawarping/test/
test_resize.cpp 120 PARAM_TEST_CASE(Resize, cv::cuda::DeviceInfo, cv::Size, MatType, double, Interpolation, UseRoi)
122 cv::cuda::DeviceInfo devInfo;
165 PARAM_TEST_CASE(ResizeSameAsHost, cv::cuda::DeviceInfo, cv::Size, MatType, double, Interpolation, UseRoi)
167 cv::cuda::DeviceInfo devInfo;
  /system/connectivity/apmanager/
manager.h 91 DeviceInfo device_info_;
  /system/connectivity/shill/
device_claimer.cc 28 DeviceInfo* device_info,
mock_connection.h 32 explicit MockConnection(const DeviceInfo* device_info);
mock_device_info.h 37 class MockDeviceInfo : public DeviceInfo {
  /external/opencv3/modules/core/include/opencv2/core/
cuda.inl.hpp 560 DeviceInfo::DeviceInfo()
566 DeviceInfo::DeviceInfo(int device_id)
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/opencv3/modules/cudaarithm/test/
test_arithm.cpp 57 PARAM_TEST_CASE(GEMM, cv::cuda::DeviceInfo, cv::Size, MatType, GemmFlags, UseRoi)
59 cv::cuda::DeviceInfo devInfo;
133 PARAM_TEST_CASE(MulSpectrums, cv::cuda::DeviceInfo, cv::Size, DftFlags)
135 cv::cuda::DeviceInfo devInfo;
187 struct Dft : testing::TestWithParam<cv::cuda::DeviceInfo>
189 cv::cuda::DeviceInfo devInfo;
362 PARAM_TEST_CASE(Convolve, cv::cuda::DeviceInfo, cv::Size, KSize, Ccorr)
364 cv::cuda::DeviceInfo devInfo;
test_buffer_pool.cpp 55 struct BufferPoolTest : TestWithParam<DeviceInfo>
  /external/opencv3/modules/cudabgsegm/test/
test_bgsegm.cpp 73 PARAM_TEST_CASE(MOG2, cv::cuda::DeviceInfo, std::string, UseGray, DetectShadow, UseRoi)
75 cv::cuda::DeviceInfo devInfo;
  /external/opencv3/samples/gpu/
driver_api_stereo_multi.cpp 115 DeviceInfo dev_info(i);
209 std::cout << "GPU #" << device_id << " (" << DeviceInfo().name()
  /system/connectivity/dhcp_client/
device_info_unittest.cc 54 device_info_ = DeviceInfo::GetInstance();
61 DeviceInfo* device_info_;
  /cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
TestDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
28 * Collector for testing DeviceInfo
30 public class TestDeviceInfo extends DeviceInfo {
  /external/opencv3/modules/cudacodec/test/
test_video.cpp 47 PARAM_TEST_CASE(Video, cv::cuda::DeviceInfo, std::string)
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.h 53 static DeviceInfo* CreateDeviceInfo(const int32_t id);
  /external/webrtc/webrtc/test/
vcm_capturer.cc 24 VideoCaptureModule::DeviceInfo* device_info =
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 275 LCML_DEVICERENDERING DeviceInfo;
  /system/connectivity/shill/vpn/
openvpn_driver.h 46 class DeviceInfo;
65 DeviceInfo* device_info,
252 static void OnOpenVPNExited(const base::WeakPtr<DeviceInfo>& device_info,
270 DeviceInfo* device_info_;
  /device/asus/fugu/libaudio/
AudioHardwareInput.cpp 153 void AudioHardwareInput::standbyAllInputStreams(const AudioHotplugThread::DeviceInfo* deviceInfo)
156 if (deviceInfo == NULL || deviceInfo == mInputStreams[i]->getDeviceInfo()) {
201 const AudioHotplugThread::DeviceInfo& devInfo)
243 // Find matching DeviceInfo.
257 const AudioHotplugThread::DeviceInfo* AudioHardwareInput::getBestDevice(int inputSource)
AudioHotplugThread.cpp 197 DeviceInfo* info)
256 DeviceInfo deviceInfo;
269 if (getDeviceInfo(pcmCard, pcmDevice, &deviceInfo)) {
270 mCallback.onDeviceFound(deviceInfo);
370 DeviceInfo deviceInfo;
371 if (getDeviceInfo(pcmCard, pcmDevice, &deviceInfo)) {
372 mCallback.onDeviceFound(deviceInfo);
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 76 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
79 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) {
162 webrtc::VideoCaptureModule::DeviceInfo* info = factory_->CreateDeviceInfo(0);

Completed in 664 milliseconds

1 2 34 5 6 7 8