HomeSort by relevance Sort by last modified time
    Searched refs:DeviceType (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebKit/android/wds/client/
Device.h 37 enum DeviceType {
44 Device(char* name, DeviceType type, const AdbConnection* conn)
51 DeviceType type() const { return m_type; }
59 DeviceType m_type;
main.cpp 74 Device::DeviceType type = Device::NONE;
AdbConnection.cpp 223 Device::DeviceType t = Device::DEVICE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 66 private static enum DeviceType {
73 DeviceType(String display) {
86 public DeviceSelection(DeviceType type, LayoutDevice device,
93 final DeviceType type;
112 private final static DeviceType[] sCategory = new DeviceType[] {
113 DeviceType.DEFAULT, DeviceType.ADDON, DeviceType.CUSTOM
126 if (parentElement instanceof DeviceType) {
    [all...]
  /external/qemu/hw/
qdev.h 7 typedef struct DeviceType DeviceType;
16 DeviceType *type;
qdev.c 44 struct DeviceType {
46 DeviceType *next;
52 static DeviceType *device_type_list;
57 DeviceType *t;
61 t = qemu_mallocz(sizeof(DeviceType));
72 DeviceType *t;
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiioctl.h 52 #define CTL_CODE( DeviceType, Function, Method, Access ) ( \
53 ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
    [all...]

Completed in 1962 milliseconds