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

1 2

  /external/webkit/WebCore/platform/win/
PlatformScreenWin.cpp 54 DEVMODE deviceInfo;
55 deviceInfo.dmSize = sizeof(DEVMODE);
56 deviceInfo.dmDriverExtra = 0;
58 if (!EnumDisplaySettings(0, ENUM_CURRENT_SETTINGS, &deviceInfo))
59 deviceInfo.dmBitsPerPel = 16;
62 EnumDisplaySettings(monitorInfo.szDevice, ENUM_CURRENT_SETTINGS, &deviceInfo);
65 return deviceInfo;
70 DEVMODE deviceInfo = deviceInfoForWidget(widget);
71 return deviceInfo.dmBitsPerPel;
77 DEVMODE deviceInfo = deviceInfoForWidget(widget)
    [all...]
  /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);
sysbus.h 35 DeviceInfo qdev;
qdev.c 45 DeviceInfo *info;
55 void qdev_register(DeviceInfo *info)
sysbus.c 101 static void sysbus_device_init(DeviceState *dev, DeviceInfo *base)
pci.c 903 DeviceInfo qdev;
907 static void pci_qdev_init(DeviceState *qdev, DeviceInfo *base)
  /cts/tools/tradefed-host/res/result/
cts_result.xsl 35 <h1>Test Report for <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_model"/> -
36 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/>
63 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_model"/>
69 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildName"/>
75 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/>
81 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildVersion"/>
87 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildID"/>
93 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_fingerprint"/>
100 select="TestResult/DeviceInfo/BuildInfo/@build_abi"/>
107 select="TestResult/DeviceInfo/BuildInfo/@build_abi2"/
    [all...]
cts_result.xsd 26 <xs:element name="DeviceInfo" type="deviceInfoType"/>
  /cts/tests/config_demo/data/result_rep/
cts_result.xsl 66 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildName"/>
72 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/>
78 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildVersion"/>
84 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildID"/>
91 select="TestResult/DeviceInfo/BuildInfo/@androidPlatformVersion"/>
97 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@locales"/>
103 <xsl:value-of select="TestResult/DeviceInfo/Screen/@resolution"/>
110 select="TestResult/DeviceInfo/PhoneSubInfo/@subscriberId"/>
116 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@Xdpi"/>
122 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@Ydpi"/
    [all...]
  /cts/tools/host/src/res/
cts_result.xsl 35 <h1>Test Report for <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_model"/> -
36 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/>
63 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_model"/>
69 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildName"/>
75 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_brand"/>
81 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_manufacturer"/>
87 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/>
93 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildVersion"/>
99 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildID"/>
105 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_fingerprint"/
    [all...]
cts_result.xsd 26 <xs:element name="DeviceInfo" type="deviceInfoType"/>
  /cts/tools/host/src/com/android/cts/
TestSessionLog.java 83 static final String TAG_DEVICEINFO = "DeviceInfo";
424 * what features are supported by the device. It parses a string from the deviceInfo argument
436 * @param deviceInfo to get the feature data from
439 DeviceParameterCollector deviceInfo) {
443 String features = deviceInfo.getFeatures();
465 * the deviceInfo argument that is in the form of "processName1;processName2;..." with a
477 * @param deviceInfo
480 DeviceParameterCollector deviceInfo) {
484 String rootProcesses = deviceInfo.getProcesses();
  /packages/apps/Settings/res/layout/
bluetooth_device_info.xml 56 <TextView android:id="@+id/deviceInfo"
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 69 struct DeviceInfo {
70 DeviceInfo(SkDevice* d, int lx, int ly)
78 Vector<DeviceInfo> devices;
82 devices.append(DeviceInfo(iter.device(), iter.x(), iter.y()));
  /cts/tools/host/test/com/android/cts/
TestSessionLogBuilderTests.java 44 " <DeviceInfo>\n" +
54 " </DeviceInfo>\n" +
  /frameworks/base/libs/ui/
InputReader.cpp 430 InputDeviceInfo deviceInfo;
433 device->getDeviceInfo(& deviceInfo);
434 uint32_t sources = deviceInfo.getSources();
444 if (deviceInfo.getKeyboardType() == AINPUT_KEYBOARD_TYPE_ALPHABETIC) {
622 static void dumpMotionRange(String8& dump, const InputDeviceInfo& deviceInfo,
624 const InputDeviceInfo::MotionRange* range = deviceInfo.getMotionRange(rangeType);
632 InputDeviceInfo deviceInfo;
633 getDeviceInfo(& deviceInfo);
635 dump.appendFormat(INDENT "Device 0x%x: %s\n", deviceInfo.getId(),
636 deviceInfo.getName().string())
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 356 if (phandle->dspCodec->DeviceInfo.TypeofDevice == 1)
360 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid,
368 if(phandle->dspCodec->DeviceInfo.DspStream != NULL)
370 if(phandle->dspCodec->DeviceInfo.TypeofRender == 0)
378 (struct DSP_STRMATTR *)phandle->dspCodec->DeviceInfo.DspStream,
382 else if(phandle->dspCodec->DeviceInfo.TypeofRender == 1)
390 (struct DSP_STRMATTR *)phandle->dspCodec->DeviceInfo.DspStream,
667 if(phandle->dspCodec->DeviceInfo.TypeofDevice == 1)
671 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid,
678 if(phandle->dspCodec->DeviceInfo.DspStream !=NULL
    [all...]
  /frameworks/base/include/ui/
InputReader.h 355 virtual void populateDeviceInfo(InputDeviceInfo* deviceInfo);
397 virtual void populateDeviceInfo(InputDeviceInfo* deviceInfo);
444 virtual void populateDeviceInfo(InputDeviceInfo* deviceInfo);
499 virtual void populateDeviceInfo(InputDeviceInfo* deviceInfo);
  /packages/apps/Settings/res/xml/
device_info_settings.xml 33 android:targetClass="com.android.settings.deviceinfo.Status" />
settings.xml 118 android:targetClass="com.android.settings.deviceinfo.Memory" />
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp     [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 221 serializer.startTag(ns, "DeviceInfo");
256 serializer.endTag(ns, "DeviceInfo");
309 * @param deviceInfo
  /packages/apps/Settings/
AndroidManifest.xml 551 <activity android:name=".deviceinfo.Status" android:label="@string/device_status_activity_title"
560 <activity android:name=".deviceinfo.Memory"
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 17 package com.android.settings.deviceinfo;
Status.java 17 package com.android.settings.deviceinfo;

Completed in 2495 milliseconds

1 2