Searched defs:device (Results 251 - 275 of 839) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmedia_devices_selection_handler.cc41 // Register to the device observer list to get up-to-date device lists.
44 // Update the device selection menus.
68 std::string type, device; local
69 if (!(args->GetString(0, &type) && args->GetString(1, &device))) {
75 DCHECK(!device.empty());
80 prefs->SetString(prefs::kDefaultAudioCaptureDevice, device);
82 prefs->SetString(prefs::kDefaultVideoCaptureDevice, device);
89 // Get the default device unique id from prefs.
117 // Use the first device a
[all...]
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper_linux.cc164 SkBaseDevice* device = metafile->StartPageForVectorCanvas(page_size, local
167 if (!device)
173 skia::AdoptRef(new skia::VectorCanvas(device));
191 // Done printing. Close the device context to retrieve the compiled metafile.
/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_device.cc5 #include "device/bluetooth/bluetooth_device.h"
11 #include "device/bluetooth/bluetooth_gatt_service.h"
15 namespace device { namespace
84 // Computer major device class.
87 // Phone major device class.
101 // Audio major device class.
119 // Peripheral major device class.
122 // "Not a keyboard or pointing device."
138 // Pointing device.
149 // Combo device
[all...]
H A Dbluetooth_gatt_characteristic.h14 #include "device/bluetooth/bluetooth_uuid.h"
16 namespace device { namespace
28 // a remote device. In this case the characteristic will be constructed by
117 // the same UUID can exist on a Bluetooth device, the identifier returned from
118 // this method is unique among all characteristics of a device. The contents
208 } // namespace device
H A Dbluetooth_task_manager_win_unittest.cc9 #include "device/bluetooth/bluetooth_init_win.h"
10 #include "device/bluetooth/bluetooth_task_manager_win.h"
15 class BluetoothTaskObserver : public device::BluetoothTaskManagerWin::Observer {
27 const device::BluetoothTaskManagerWin::AdapterState& state) OVERRIDE {
59 namespace device { namespace
67 has_bluetooth_stack_(device::bluetooth_init_win::HasBluetoothStack()) {
145 } // namespace device
/external/chromium_org/device/hid/
H A Ddevice_monitor_linux.cc5 #include "device/hid/device_monitor_linux.h"
13 namespace device { namespace
91 ScopedUdevDevicePtr device(
93 return device.Pass();
114 ScopedUdevDevicePtr device(
116 if (device)
117 callback.Run(device.get());
130 ScopedUdevDevicePtr device(udev_monitor_receive_device(monitor_.get()));
131 if (!device)
134 std::string action(udev_device_get_action(device
[all...]
H A Dhid_connection.h13 #include "device/hid/hid_device_info.h"
16 namespace device { namespace
38 // The report ID (or 0 if report IDs are not supported by the device) is
42 // The report ID (or 0 if report IDs are not supported by the device) is
51 // The report ID (or 0 if report IDs are not supported by the device) is
109 } // namespace device
H A Dhid_report_descriptor.cc5 #include "device/hid/hid_report_descriptor.h"
9 namespace device { namespace
157 } // namespace device
H A Dhid_service.cc5 #include "device/hid/hid_service.h"
14 #include "device/hid/hid_service_linux.h"
16 #include "device/hid/hid_service_mac.h"
18 #include "device/hid/hid_service_win.h"
21 namespace device { namespace
80 // Fills in the device info struct of the given device_id.
108 } // namespace device
/external/chromium_org/device/nfc/
H A Dnfc_adapter.h15 namespace device { namespace
208 } // namespace device
H A Dnfc_tag.h8 #include "device/nfc/nfc_tag_technology.h"
10 namespace device { namespace
12 // NfcTag represents a remote NFC tag. An NFC tag is a passive NFC device,
15 // more sofisticated device.
110 } // namespace device
H A Dnfc_tag_technology.h9 #include "device/nfc/nfc_ndef_record.h"
11 namespace device { namespace
121 } // namespace device
/external/chromium_org/device/serial/
H A Dserial_connection_factory.cc5 #include "device/serial/serial_connection_factory.h"
9 #include "device/serial/serial_connection.h"
10 #include "device/serial/serial_io_handler.h"
12 namespace device { namespace
130 } // namespace device
H A Dserial_device_enumerator_linux.cc5 #include "device/serial/serial_device_enumerator_linux.h"
10 namespace device { namespace
29 void operator()(udev_device* device) { udev_device_unref(device); } argument
51 LOG(ERROR) << "Serial device enumeration failed.";
55 LOG(ERROR) << "Serial device enumeration failed.";
59 LOG(ERROR) << "Serial device enumeration failed.";
65 ScopedUdevDevicePtr device(udev_device_new_from_syspath(
73 udev_device_get_property_value(device.get(), kHostPathKey);
74 const char* bus = udev_device_get_property_value(device
[all...]
H A Dserial_io_handler.h13 #include "device/serial/buffer.h"
14 #include "device/serial/serial.mojom.h"
16 namespace device { namespace
31 // Initiates an asynchronous Open of the device.
174 // File for the opened serial device. This value is only modified from the IO
194 } // namespace device
H A Dserial_service_impl.cc5 #include "device/serial/serial_service_impl.h"
9 #include "device/serial/serial_io_handler.h"
11 namespace device { namespace
86 } // namespace device
H A Dtest_serial_io_handler.cc5 #include "device/serial/test_serial_io_handler.h"
10 #include "device/serial/serial.mojom.h"
12 namespace device { namespace
111 } // namespace device
/external/chromium_org/device/usb/
H A Dusb_device_filter.cc5 #include "device/usb/usb_device_filter.h"
8 #include "device/usb/usb_descriptors.h"
9 #include "device/usb/usb_device.h"
11 namespace device { namespace
59 bool UsbDeviceFilter::Matches(scoped_refptr<UsbDevice> device) const {
61 if (device->vendor_id() != vendor_id_) {
65 if (product_id_set_ && device->product_id() != product_id_) {
72 const UsbConfigDescriptor& config = device->GetConfiguration();
74 // TODO(reillyg): Check device configuration if the class is not defined at
122 bool UsbDeviceFilter::MatchesAny(scoped_refptr<UsbDevice> device, argument
[all...]
H A Dusb_device_handle.h15 #include "device/usb/usb_descriptors.h"
18 namespace device { namespace
49 // The platform device handle will be closed when UsbDeviceHandle destructs.
60 // Gets the string descriptor with the given index from the device, or returns
109 } // namespace device
H A Dusb_device_handle_impl.h15 #include "device/usb/usb_device_handle.h"
23 namespace device { namespace
88 UsbDeviceImpl* device,
107 // If the device's task runner is on the current thread then the transfer will
169 } // namespace device
H A Dusb_device_handle_unittest.cc9 #include "device/test/usb_test_gadget.h"
10 #include "device/usb/usb_device.h"
11 #include "device/usb/usb_device_handle.h"
14 namespace device { namespace
164 } // namespace device
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api.h12 #include "device/bluetooth/bluetooth_device.h"
23 namespace device { namespace
78 virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
89 virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
97 virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
112 virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
127 virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
H A Dbluetooth_api_pairing_delegate.cc10 #include "device/bluetooth/bluetooth_device.h"
22 void PopulatePairingEvent(const device::BluetoothDevice* device, argument
25 core_api::bluetooth::BluetoothDeviceToApiDevice(*device, &out->device);
39 device::BluetoothDevice* device) {
42 device, bt_private::PAIRING_EVENT_TYPE_REQUESTPINCODE, &event);
47 device::BluetoothDevice* device) {
38 RequestPinCode( device::BluetoothDevice* device) argument
46 RequestPasskey( device::BluetoothDevice* device) argument
54 DisplayPinCode( device::BluetoothDevice* device, const std::string& pincode) argument
64 DisplayPasskey( device::BluetoothDevice* device, uint32 passkey) argument
74 KeysEntered(device::BluetoothDevice* device, uint32 entered) argument
83 ConfirmPasskey( device::BluetoothDevice* device, uint32 passkey) argument
93 AuthorizePairing( device::BluetoothDevice* device) argument
[all...]
H A Dbluetooth_event_router.h17 #include "device/bluetooth/bluetooth_adapter.h"
18 #include "device/bluetooth/bluetooth_adapter_factory.h"
27 namespace device { namespace
32 } // namespace device
38 class BluetoothEventRouter : public device::BluetoothAdapter::Observer,
50 const device::BluetoothAdapterFactory::AdapterCallback& callback);
52 // Requests that a new device discovery session be initiated for extension
56 void StartDiscoverySession(device::BluetoothAdapter* adapter,
66 void StopDiscoverySession(device::BluetoothAdapter* adapter,
89 void SetAdapterForTest(device
[all...]

Completed in 4057 milliseconds

<<11121314151617181920>>