HomeSort by relevance Sort by last modified time
    Searched defs:DeviceInfo (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
device_info.cc 68 DeviceInfo::DeviceInfo(const std::string& guid,
80 DeviceInfo::~DeviceInfo() { }
82 const std::string& DeviceInfo::guid() const {
86 const std::string& DeviceInfo::client_name() const {
90 const std::string& DeviceInfo::chrome_version() const {
94 const std::string& DeviceInfo::sync_user_agent() const {
98 const std::string& DeviceInfo::public_id() const {
102 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const
    [all...]
device_info.h 25 class DeviceInfo {
27 DeviceInfo(const std::string& guid,
32 ~DeviceInfo();
48 // |DeviceInfo::MakeUserAgentForSyncApi|.
58 bool Equals(const DeviceInfo& other) const;
66 // Converts the |DeviceInfo| values to a JS friendly DictionaryValue,
72 // Creates a |DeviceInfo| object representing the local device and passes
76 base::Callback<void(const DeviceInfo& local_info)> callback);
95 base::Callback<void(const DeviceInfo& local_info)> callback,
114 DISALLOW_COPY_AND_ASSIGN(DeviceInfo);
    [all...]
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 25 def DeviceInfo(serial, options):
217 zip(*[DeviceInfo(dev, options) for dev in devices]))
  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.cc 63 PrivetHttpServer::DeviceInfo::DeviceInfo() : uptime(0) {
66 PrivetHttpServer::DeviceInfo::~DeviceInfo() {
207 DeviceInfo info;
privet_http_server.h 36 struct DeviceInfo {
37 DeviceInfo();
38 ~DeviceInfo();
87 virtual void CreateInfo(DeviceInfo* info) = 0;
  /external/qemu/hw/
qdev.h 74 typedef struct DeviceInfo DeviceInfo;
76 typedef void (*qdev_initfn)(DeviceState *dev, DeviceInfo *info);
80 struct DeviceInfo {
90 void qdev_register(DeviceInfo *info);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
TransparencyWin.cpp 63 struct DeviceInfo {
64 DeviceInfo(SkDevice* d, int lx, int ly)
72 Vector<DeviceInfo> devices;
76 devices.append(DeviceInfo(iter.device(), iter.x(), iter.y()));
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 275 LCML_DEVICERENDERING DeviceInfo;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 185 struct DeviceInfo {
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 5058 milliseconds