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

  /external/webkit/Source/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;
  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 51 enum DeviceType {
56 DeviceType mDeviceType;
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 45 DeviceType device_type,
66 DeviceType device_type() const { return device_type_; }
89 DeviceType device_type_;
mount_library.cc 25 DeviceType device_type,
  /external/qemu/hw/
qdev.h 7 typedef struct DeviceType DeviceType;
16 DeviceType *type;
qdev.c 45 struct DeviceType {
47 DeviceType *next;
53 static DeviceType *device_type_list;
58 DeviceType *t;
62 t = qemu_mallocz(sizeof(DeviceType));
73 DeviceType *t;
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 25 const char* DeviceTypeToString(chromeos::DeviceType type) {
44 result->SetString("deviceType", DeviceTypeToString(disk->device_type()));
  /external/libusb_aah/libusb/os/
windows_usb.h 344 #define CTL_CODE(DeviceType, Function, Method, Access)( \
345 ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
  /frameworks/base/services/input/
InputReader.h     [all...]

Completed in 250 milliseconds