Searched refs:device (Results 176 - 200 of 1580) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/core/
H A DSkBlitBWMaskTemplate.h42 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy); local
47 SK_BLITBWMASK_DEVTYPE* dst = device;
54 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
81 device -= left_edge & 7;
89 SK_BLITBWMASK_BLIT8(mask, device);
91 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
98 SK_BLITBWMASK_DEVTYPE* dst = device;
117 device
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c81 static void PG_DeleteDevice(SDL_VideoDevice *device) argument
83 SDL_free(device->hidden);
84 SDL_free(device);
89 SDL_VideoDevice *device; local
92 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
93 if ( device ) {
94 SDL_memset(device, 0, (sizeof *device));
95 device->hidden = (struct SDL_PrivateVideoData *)
96 SDL_malloc((sizeof *device
[all...]
/external/skia/src/core/
H A DSkBlitBWMaskTemplate.h42 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy); local
47 SK_BLITBWMASK_DEVTYPE* dst = device;
54 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
81 device -= left_edge & 7;
89 SK_BLITBWMASK_BLIT8(mask, device);
91 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes);
98 SK_BLITBWMASK_DEVTYPE* dst = device;
117 device
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.c49 static void ph_DeleteDevice(SDL_VideoDevice *device);
72 SDL_VideoDevice* device; local
75 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
76 if (device)
78 SDL_memset(device, 0, (sizeof *device));
79 device->hidden = (struct SDL_PrivateVideoData*)SDL_malloc((sizeof *device->hidden));
80 device->gl_data = NULL;
82 if ((device
145 ph_DeleteDevice(SDL_VideoDevice *device) argument
[all...]
/external/chromium_org/apps/
H A Dsaved_devices_service.h21 #include "device/usb/usb_device.h"
35 // Represents a device that a user has given an app permission to access. It
45 // The vendor ID of this device.
48 // The product ID of this device.
51 // The serial number (possibly alphanumeric) of this device.
63 class SavedDevices : device::UsbDevice::Observer {
65 bool IsRegistered(scoped_refptr<device::UsbDevice> device) const;
66 void RegisterDevice(scoped_refptr<device::UsbDevice> device,
[all...]
/external/chromium_org/build/android/pylib/
H A Dscreenshot.py13 import pylib.device.device_utils namespace
20 device: DeviceUtils instance.
24 size: Video frame size tuple (width, height) or None to use the device
28 def __init__(self, device, megabits_per_second=4, size=None,
31 if isinstance(device, pylib.android_commands.AndroidCommands):
32 device = pylib.device.device_utils.DeviceUtils(device)
33 self._device = device
35 '%s/screen-recording.mp4' % device
[all...]
/external/chromium_org/build/android/pylib/uiautomator/
H A Dsetup.py14 """Runs uiautomator tests on connected device(s).
31 def TestRunnerFactory(device, shard_index):
33 test_options, device, shard_index, test_pkg)
H A Dtest_runner.py5 """Class for running uiautomator tests on a single device."""
9 from pylib.device import intent
15 """Responsible for running a series of tests connected to a single device."""
17 def __init__(self, test_options, device, shard_index, test_pkg):
22 device: Attached android device.
45 super(TestRunner, self).__init__(instrumentation_options, device,
51 self.flags = flag_changer.FlagChanger(self.device, cmdline_file)
57 self.test_pkg.Install(self.device)
65 self.device
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dimage_writer_private_custom_bindings.js13 'writeFromFile', function(device, fileEntry, options, callback) {
16 return [device, fileSystemName, relativePath, callback];
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_android_impl.cc18 scoped_ptr<Device> device)
23 device_(device.Pass()) {}
13 ChromeAndroidImpl( scoped_ptr<DevToolsHttpClient> http_client, scoped_ptr<DevToolsClient> websocket_client, ScopedVector<DevToolsEventListener>& devtools_event_listeners, scoped_ptr<PortReservation> port_reservation, scoped_ptr<Device> device) argument
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_platform_data_fetcher_mac.h58 size_t GetSlotForDevice(IOHIDDeviceRef device);
59 size_t GetSlotForXboxDevice(XboxController* device);
61 void DeviceAdd(IOHIDDeviceRef device);
63 void DeviceRemove(IOHIDDeviceRef device);
66 virtual void XboxDeviceAdd(XboxController* device) OVERRIDE;
67 virtual void XboxDeviceRemove(XboxController* device) OVERRIDE;
68 virtual void XboxValueChanged(XboxController* device,
89 // Function to map from device data to standard layout, if available.
94 XboxController* device; member in struct:content::GamepadPlatformDataFetcherMac::AssociatedData::__anon7154::__anon7156
/external/chromium_org/device/bluetooth/
H A Dbluetooth_discovery_manager_mac.h12 namespace device { namespace
14 // Class used by BluetoothAdapterMac to manage classic and LE device discovery.
15 // For Bluetooth Classic, this class is responsible for keeping device inquiry
16 // running if device discovery is initiated.
19 // Interface for being notified of events during a device discovery session.
22 // Called when |this| manager has found a device through classic device
24 virtual void DeviceFound(IOBluetoothDevice* device) = 0;
26 // Called when device discovery is no longer running, due to either a call
46 // Creates a discovery manager for Bluetooth Classic device discover
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_peer_chromeos.h14 #include "device/nfc/nfc_ndef_record.h"
15 #include "device/nfc/nfc_peer.h"
20 class NfcPeerChromeOS : public device::NfcPeer,
24 virtual void AddObserver(device::NfcPeer::Observer* observer) OVERRIDE;
25 virtual void RemoveObserver(device::NfcPeer::Observer* observer) OVERRIDE;
27 virtual const device::NfcNdefMessage& GetNdefMessage() const OVERRIDE;
28 virtual void PushNdef(const device::NfcNdefMessage& message,
39 typedef std::map<dbus::ObjectPath, device::NfcNdefRecord*> NdefRecordMap;
67 device::NfcNdefMessage message_;
70 ObserverList<device
[all...]
/external/chromium_org/device/udev_linux/
H A Dudev.h16 namespace device { namespace
25 void operator()(udev_device* device) const;
36 } // namespace device
/external/chromium_org/ppapi/api/
H A Dppb_instance.idl25 * The contents of this device is what will be displayed in the instance's
26 * area on the web page. The device must be a 2D or a 3D device.
28 * You can pass a <code>NULL</code> resource as the device parameter to
30 * transparent. Re-binding the same device will return <code>PP_TRUE</code>
33 * Any previously-bound device will be released. It is an error to bind
34 * a device when it is already bound to another instance. If you want
35 * to move a device between instances, first unbind it from the old one, and
38 * Binding a device will invalidate that portion of the web page to flush the
39 * contents of the new device t
[all...]
/external/chromium_org/third_party/skia/include/utils/
H A DSkNoSaveLayerCanvas.h19 SkNoSaveLayerCanvas(SkBaseDevice* device) argument
20 : INHERITED(device, NULL, kConservativeRasterClip_InitFlag)
/external/chromium_org/third_party/skia/src/utils/
H A DSkGatherPixelRefsAndRects.cpp18 SkGatherPixelRefsAndRectsDevice device(SkScalarCeilToInt(pict->cullRect().width()),
21 SkNoSaveLayerCanvas canvas(&device);
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dandroid_device_unittest.py21 set(device.device_id for device in
H A Dcros_device.py4 from telemetry.core.platform import device namespace
7 class CrOSDevice(device.Device):
/external/skia/src/utils/
H A DSkGatherPixelRefsAndRects.cpp18 SkGatherPixelRefsAndRectsDevice device(pict->width(), pict->height(), prCont);
19 SkNoSaveLayerCanvas canvas(&device);
/external/blktrace/btt/
H A Ddevmap.c26 char device[32], devno[32]; member in struct:devmap
39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) {
48 char *dev_map_find(__u32 device) argument
53 sprintf(this, "%u,%u", MAJOR(device), MINOR(device));
58 return dmp->device;
H A Dlatency.c29 FILE *latency_open(__u32 device, char *name, char *post) argument
37 mjr = device >> MINORBITS;
38 mnr = device & ((1 << MINORBITS) - 1);
52 dip->q2d_ofp = latency_open(dip->device, q2d_name, "q2d");
53 dip->d2c_ofp = latency_open(dip->device, d2c_name, "d2c");
54 dip->q2c_ofp = latency_open(dip->device, q2c_name, "q2c");
/external/chromium_org/chrome/browser/chromeos/bluetooth/
H A Dbluetooth_pairing_dialog.cc12 #include "device/bluetooth/bluetooth_device.h"
34 const device::BluetoothDevice* device)
36 device_data_.SetString("address", device->GetAddress());
37 device_data_.SetString("name", device->GetName());
38 device_data_.SetBoolean("paired", device->IsPaired());
39 device_data_.SetBoolean("connected", device->IsConnected());
46 // Bluetooth settings are currently stored on the device, accessible for
32 BluetoothPairingDialog( gfx::NativeWindow parent_window, const device::BluetoothDevice* device) argument
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_device_manager.h16 #include "device/hid/hid_device_info.h"
20 namespace device { namespace
43 const std::vector<device::HidDeviceFilter>& filters);
45 bool GetDeviceInfo(int resource_id, device::HidDeviceInfo* device_info);
48 const device::HidDeviceInfo& device_info);
62 typedef std::map<int, device::HidDeviceId> ResourceIdToDeviceIdMap;
63 typedef std::map<device::HidDeviceId, int> DeviceIdToResourceIdMap;
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFormXObject.cpp20 SkPDFFormXObject::SkPDFFormXObject(SkPDFDevice* device) { argument
21 // We don't want to keep around device because we'd have two copies
25 SkPDFResourceDict* resourceDict = device->getResourceDict();
28 SkAutoTUnref<SkStream> content(device->content());
31 SkAutoTUnref<SkPDFArray> bboxArray(device->copyMediaBox());
37 if (!device->initialTransform().isIdentity()) {
39 if (!device->initialTransform().invert(&inverse)) {

Completed in 478 milliseconds

1234567891011>>