Searched defs:DeviceInfo (Results 1 - 13 of 13) sorted by path

/external/chromium_org/build/android/buildbot/
H A Dbb_device_status_check.py38 def DeviceInfo(serial, options): function
332 zip(*[DeviceInfo(dev, options) for dev in devices]))
/external/chromium_org/chrome/browser/devtools/device/
H A Dandroid_device_manager.cc36 const AndroidDeviceManager::DeviceInfo& device_info) {
210 typedef AndroidDeviceManager::DeviceInfo DeviceInfo; typedef in class:__anon3535::DevicesRequest
279 AndroidDeviceManager::DeviceInfo::DeviceInfo() function in class:AndroidDeviceManager::DeviceInfo
283 AndroidDeviceManager::DeviceInfo::~DeviceInfo() {
H A Dandroid_device_manager.h45 struct DeviceInfo { struct in class:AndroidDeviceManager
46 DeviceInfo();
47 ~DeviceInfo();
55 typedef base::Callback<void(const DeviceInfo&)> DeviceInfoCallback;
H A Ddevtools_android_bridge.cc69 typedef AndroidDeviceManager::DeviceInfo DeviceInfo; typedef in class:__anon3537::DiscoveryRequest
85 const DeviceInfo& device_info);
121 const DeviceInfo& device_info) {
707 const AndroidDeviceManager::DeviceInfo& device_info)
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprivet_http_server.cc90 PrivetHttpServer::DeviceInfo::DeviceInfo() : uptime(0) { function in class:PrivetHttpServer::DeviceInfo
93 PrivetHttpServer::DeviceInfo::~DeviceInfo() {
246 DeviceInfo info;
H A Dprivet_http_server.h37 struct DeviceInfo { struct in class:PrivetHttpServer
38 DeviceInfo();
39 ~DeviceInfo();
86 virtual void CreateInfo(DeviceInfo* info) = 0;
/external/chromium_org/components/sync_driver/
H A Ddevice_info.cc10 DeviceInfo::DeviceInfo(const std::string& guid, function in class:sync_driver::DeviceInfo
24 DeviceInfo::~DeviceInfo() { }
26 const std::string& DeviceInfo::guid() const {
30 const std::string& DeviceInfo::client_name() const {
34 const std::string& DeviceInfo::chrome_version() const {
38 const std::string& DeviceInfo::sync_user_agent() const {
42 const std::string& DeviceInfo::public_id() const {
46 sync_pb::SyncEnums::DeviceType DeviceInfo
[all...]
H A Ddevice_info.h21 class DeviceInfo { class in namespace:sync_driver
23 DeviceInfo(const std::string& guid,
29 ~DeviceInfo();
65 bool Equals(const DeviceInfo& other) const;
73 // Converts the |DeviceInfo| values to a JS friendly DictionaryValue,
96 DISALLOW_COPY_AND_ASSIGN(DeviceInfo);
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc108 VideoCaptureManager::DeviceInfo::DeviceInfo() {} function in class:content::VideoCaptureManager::DeviceInfo
110 VideoCaptureManager::DeviceInfo::DeviceInfo( function in class:content::VideoCaptureManager::DeviceInfo
116 VideoCaptureManager::DeviceInfo::~DeviceInfo() {}
239 DeviceInfo* found = FindDeviceInfoById(entry->id, devices_info_cache_);
447 DeviceInfo* existing_device =
607 DeviceInfo device_info(*it, media::VideoCaptureFormats());
696 VideoCaptureManager::DeviceInfo* VideoCaptureManage
[all...]
H A Dvideo_capture_manager.h139 struct DeviceInfo { struct in class:content::VideoCaptureManager
140 DeviceInfo();
141 DeviceInfo(const media::VideoCaptureDevice::Name& name,
143 ~DeviceInfo();
148 typedef std::vector<DeviceInfo> DeviceInfos;
201 DeviceInfo* FindDeviceInfoById(const std::string& id,
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
H A Dvideo_capture.h22 class DeviceInfo { class in class:webrtc::VideoCaptureModule
75 virtual ~DeviceInfo() {}
134 // DeviceInfo::GetOrientation the captured frames are
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1862 AuthRecord DeviceInfo; member in struct:mDNS_struct
/external/qemu/include/hw/
H A Dqdev-core.h72 typedef struct DeviceInfo DeviceInfo; typedef in typeref:struct:DeviceInfo
74 typedef void (*qdev_initfn)(DeviceState *dev, DeviceInfo *info);
78 struct DeviceInfo { struct
88 void qdev_register(DeviceInfo *info);

Completed in 5567 milliseconds