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

  /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/webkit/Source/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()));
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/models/
DeviceSelectionModel.java 33 private final HashMap<IDevice, DeviceInfo> mDeviceMap = new HashMap<IDevice, DeviceInfo>();
48 private static class DeviceInfo {
52 private DeviceInfo(Window[] windows, ViewServerInfo viewServerInfo) {
72 mDeviceMap.put(device, new DeviceInfo(windows, info));
101 DeviceInfo oldDeviceInfo = mDeviceMap.get(device);
106 mDeviceMap.put(device, new DeviceInfo(windows, oldViewServerInfo));
234 DeviceInfo info = mDeviceMap.get(device);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 275 LCML_DEVICERENDERING DeviceInfo;

Completed in 83 milliseconds