Searched refs:DeviceType (Results 1 - 25 of 62) sorted by last modified time

123

/external/skia/samplecode/
H A DSampleApp.cpp273 virtual SkCanvas* createCanvas(SampleWindow::DeviceType dType,
286 virtual void publishCanvas(SampleWindow::DeviceType dType,
706 static inline SampleWindow::DeviceType cycle_devicetype(SampleWindow::DeviceType ct) {
707 static const SampleWindow::DeviceType gCT[] = {
1593 this->setDeviceType((DeviceType)selected);
1798 void SampleWindow::setDeviceType(DeviceType type) {
H A DSampleApp.h32 enum DeviceType { enum in class:SampleWindow
46 static bool IsGpuDeviceType(DeviceType devType) {
79 virtual SkCanvas* createCanvas(DeviceType dType, SampleWindow* win) = 0;
83 virtual void publishCanvas(DeviceType dType,
116 void setDeviceType(DeviceType type);
137 DeviceType getDeviceType() const { return fDeviceType; }
171 DeviceType fDeviceType;
/external/skia/experimental/SkiaExamples/
H A DSkExample.cpp68 bool SkExampleWindow::setupBackend(DeviceType type) {
H A DSkExample.h42 enum DeviceType { enum in class:SkExampleWindow
49 bool setupBackend(DeviceType type);
52 DeviceType getDeviceType() const { return fType; }
70 DeviceType fType;
/external/qemu/hw/core/
H A Dqdev.c45 struct DeviceType { struct
47 DeviceType *next;
53 static DeviceType *device_type_list;
58 DeviceType *t;
62 t = g_malloc0(sizeof(DeviceType));
73 DeviceType *t;
/external/qemu/include/hw/
H A Dqdev-core.h7 typedef struct DeviceType DeviceType; typedef in typeref:struct:DeviceType
14 DeviceType *type;
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
H A DSkExample.cpp68 bool SkExampleWindow::setupBackend(DeviceType type) {
H A DSkExample.h42 enum DeviceType { enum in class:SkExampleWindow
49 bool setupBackend(DeviceType type);
52 DeviceType getDeviceType() const { return fType; }
70 DeviceType fType;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp274 virtual SkSurface* createSurface(SampleWindow::DeviceType dType,
284 virtual void publishCanvas(SampleWindow::DeviceType dType,
704 static inline SampleWindow::DeviceType cycle_devicetype(SampleWindow::DeviceType ct) {
705 static const SampleWindow::DeviceType gCT[] = {
1572 this->setDeviceType((DeviceType)selected);
1783 void SampleWindow::setDeviceType(DeviceType type) {
H A DSampleApp.h32 enum DeviceType { enum in class:SampleWindow
46 static bool IsGpuDeviceType(DeviceType devType) {
79 virtual SkSurface* createSurface(DeviceType dType, SampleWindow* win) = 0;
83 virtual void publishCanvas(DeviceType dType,
116 void setDeviceType(DeviceType type);
137 DeviceType getDeviceType() const { return fDeviceType; }
171 DeviceType fDeviceType;
/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.cc9 DeviceEvent::DeviceEvent(DeviceType type,
H A Ddevice_event.h16 enum DeviceType { enum in class:ui::DeviceEvent
27 DeviceEvent(DeviceType type, ActionType action, const base::FilePath& path);
29 DeviceType device_type() const { return device_type_; }
34 DeviceType device_type_;
/external/chromium_org/ui/events/ozone/device/udev/
H A Ddevice_manager_udev.cc163 DeviceEvent::DeviceType device_type;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h377 #define CTL_CODE(DeviceType, Function, Method, Access)( \
378 ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.cc191 sync_pb::SyncEnums::DeviceType device_type) {
192 ASSERT_ENUM_BOUNDS(sync_pb::SyncEnums, DeviceType, TYPE_WIN, TYPE_TABLET);
H A Dproto_enum_conversions.h57 const char* GetDeviceTypeString(sync_pb::SyncEnums::DeviceType device_type);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.cc35 BluetoothDevice::DeviceType device_type = GetDeviceType();
79 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const {
159 DeviceType type = GetDeviceType();
H A Dbluetooth_device.h51 enum DeviceType { enum in class:device::BluetoothDevice
204 DeviceType GetDeviceType() const;
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h37 MOCK_CONST_METHOD0(GetDeviceType, BluetoothDevice::DeviceType());
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc38 bool ConvertDeviceTypeToApi(const BluetoothDevice::DeviceType& input,
39 bluetooth::DeviceType* output) {
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_chromeos_unittest.cc109 chromeos::DeviceType device_type,
195 chromeos::DeviceType device_type,
H A Dvolume_mount_watcher_win.cc37 enum DeviceType { enum in namespace:storage_monitor::__anon6847
59 DeviceType GetDeviceType(const base::string16& mount_point) {
151 DeviceType device_type = GetDeviceType(mount_point);
/external/chromium_org/components/sync_driver/
H A Ddevice_info.cc14 const sync_pb::SyncEnums::DeviceType device_type,
46 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const {
H A Ddevice_info.h27 const sync_pb::SyncEnums::DeviceType device_type,
52 sync_pb::SyncEnums::DeviceType device_type() const;
86 const sync_pb::SyncEnums::DeviceType device_type_;
/external/chromium_org/content/browser/
H A Ddevice_monitor_mac.h37 void NotifyDeviceChanged(base::SystemMonitor::DeviceType type);

Completed in 468 milliseconds

123