Searched defs:device (Results 201 - 225 of 839) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/local_discovery/
H A Dcloud_device_list.cc43 base::DictionaryValue* device; local
46 if (!(*i)->GetAsDictionary(&device))
49 if (!FillDeviceDetails(*device, &details))
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_handler.cc52 const base::FilePath& device) {
54 device != image_writer_->GetDevicePath()) {
55 image_writer_.reset(new ImageWriter(this, image, device));
73 const base::FilePath& device) {
75 device != image_writer_->GetDevicePath()) {
76 image_writer_.reset(new ImageWriter(this, image, device));
51 OnWriteStart(const base::FilePath& image, const base::FilePath& device) argument
72 OnVerifyStart(const base::FilePath& image, const base::FilePath& device) argument
/external/chromium_org/chromeos/audio/
H A Daudio_devices_pref_handler_stub.cc18 const AudioDevice* device) {
19 if (!device)
21 return audio_device_volume_gain_map_[device->id];
25 const AudioDevice* device) {
26 if (!device)
28 return audio_device_volume_gain_map_[device->id];
31 void AudioDevicesPrefHandlerStub::SetVolumeGainValue(const AudioDevice& device, argument
33 audio_device_volume_gain_map_[device.id] = value;
37 const AudioDevice& device) {
38 return audio_device_mute_map_[device
17 GetOutputVolumeValue( const AudioDevice* device) argument
24 GetInputGainValue( const AudioDevice* device) argument
36 GetMuteValue( const AudioDevice& device) argument
41 SetMuteValue(const AudioDevice& device, bool mute_on) argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_service_client.h27 // Object path of the Bluetooth device that the GATT service belongs to.
28 dbus::Property<dbus::ObjectPath> device; member in struct:chromeos::BluetoothGattServiceClient::Properties
/external/chromium_org/components/pairing/
H A Dbluetooth_host_pairing_controller.h15 #include "device/bluetooth/bluetooth_adapter.h"
16 #include "device/bluetooth/bluetooth_device.h"
17 #include "device/bluetooth/bluetooth_socket.h"
19 namespace device { namespace
32 public device::BluetoothAdapter::Observer,
33 public device::BluetoothDevice::PairingDelegate {
46 void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
50 void OnCreateService(scoped_refptr<device::BluetoothSocket> socket);
52 void OnAccept(const device::BluetoothDevice* device,
[all...]
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor.h26 namespace device { namespace
94 // registered observers will not be notified on device attachment/detachment.
101 // Finds the device that contains |path| and populates |device_info|.
103 // storage. Returns false if unable to find the device.
111 // Gets the MTP device storage information specified by |storage_device_id|.
112 // On success, returns true and fills in |device_location| with device
114 // uniquely identifies the object on the device. This ID need not be
123 virtual device::MediaTransferProtocolManager*
165 // Key: device id.
/external/chromium_org/content/common/media/
H A Dmedia_stream_options.h25 // Experimental constraint to do device matching. When this optional constraint
27 // output device that belongs to the same hardware as the requested source
28 // device belongs to.
90 // StreamDeviceInfo describes information about a device.
107 MediaStreamDevice device; member in struct:content::StreamDeviceInfo
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_chromeos.h18 #include "device/bluetooth/bluetooth_adapter.h"
19 #include "device/bluetooth/bluetooth_device.h"
21 namespace device { namespace
23 } // namespace device
37 : public device::BluetoothAdapter,
47 device::BluetoothAdapter::Observer* observer) OVERRIDE;
49 device::BluetoothAdapter::Observer* observer) OVERRIDE;
69 const device::BluetoothUUID& uuid,
74 const device::BluetoothUUID& uuid,
79 // Locates the device objec
[all...]
H A Dbluetooth_device_win.h13 #include "device/bluetooth/bluetooth_device.h"
14 #include "device/bluetooth/bluetooth_task_manager_win.h"
16 namespace device { namespace
77 const device::BluetoothUUID& uuid) const;
106 // The Bluetooth class of the device, a bitmask that may be decoded using
110 // The name of the device, as supplied by the remote device.
113 // The Bluetooth address of the device.
116 // Tracked device state, updated by the adapter managing the lifecycle of
117 // the device
[all...]
H A Dbluetooth_gatt_descriptor.cc5 #include "device/bluetooth/bluetooth_gatt_descriptor.h"
13 namespace device { namespace
91 } // namespace device
H A Dbluetooth_gatt_notify_session_chromeos.cc5 #include "device/bluetooth/bluetooth_gatt_notify_session_chromeos.h"
10 #include "device/bluetooth/bluetooth_adapter.h"
11 #include "device/bluetooth/bluetooth_device.h"
12 #include "device/bluetooth/bluetooth_gatt_service.h"
13 #include "device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h"
18 scoped_refptr<device::BluetoothAdapter> adapter,
84 device::BluetoothDevice* device = adapter_->GetDevice(device_address_); local
85 if (!device)
88 device
[all...]
H A Dbluetooth_low_energy_win.h12 #include "device/bluetooth/bluetooth_low_energy_defs_win.h"
14 namespace device { namespace
17 // Represents a device registry property value
105 // Bluetooth LE device |device_path| into |services|. In case of error, returns
120 } // namespace device
H A Dbluetooth_remote_gatt_characteristic_chromeos.h18 #include "device/bluetooth/bluetooth_gatt_characteristic.h"
19 #include "device/bluetooth/bluetooth_uuid.h"
21 namespace device { namespace
26 } // namespace device
37 : public device::BluetoothGattCharacteristic,
41 // device::BluetoothGattCharacteristic overrides.
43 virtual device::BluetoothUUID GetUUID() const OVERRIDE;
46 virtual device::BluetoothGattService* GetService() const OVERRIDE;
50 virtual std::vector<device::BluetoothGattDescriptor*>
52 virtual device
[all...]
H A Dbluetooth_socket_net.h16 #include "device/bluetooth/bluetooth_socket.h"
17 #include "device/bluetooth/bluetooth_socket_thread.h"
25 namespace device { namespace
121 } // namespace device
H A Dbluetooth_uuid.cc5 #include "device/bluetooth/bluetooth_uuid.h"
11 namespace device { namespace
95 } // namespace device
/external/chromium_org/device/hid/
H A Dhid_device_filter.cc5 #include "device/hid/hid_device_filter.h"
7 #include "device/hid/hid_device_info.h"
9 namespace device { namespace
89 } // namespace device
H A Dhid_device_info.h12 #include "device/hid/hid_collection_info.h"
14 namespace device { namespace
44 } // namespace device
H A Dhid_report_descriptor_item.cc5 #include "device/hid/hid_report_descriptor_item.h"
10 #include "device/hid/hid_usage_and_page.h"
12 namespace device { namespace
112 } // namespace device
/external/chromium_org/device/nfc/
H A Dnfc_adapter.cc5 #include "device/nfc/nfc_adapter.h"
8 #include "device/nfc/nfc_peer.h"
9 #include "device/nfc/nfc_tag.h"
11 namespace device { namespace
97 } // namespace device
/external/chromium_org/device/serial/
H A Dserial_connection.cc5 #include "device/serial/serial_connection.h"
8 #include "device/serial/buffer.h"
9 #include "device/serial/data_sink_receiver.h"
10 #include "device/serial/data_source_sender.h"
11 #include "device/serial/serial_io_handler.h"
13 namespace device { namespace
49 io_handler_->CancelRead(device::serial::RECEIVE_ERROR_NONE);
79 } // namespace device
H A Dtest_serial_io_handler.h11 #include "device/serial/serial.mojom.h"
12 #include "device/serial/serial_io_handler.h"
14 namespace device { namespace
65 } // namespace device
/external/chromium_org/device/usb/
H A Dusb_device_impl.h13 #include "device/usb/usb_descriptors.h"
14 #include "device/usb/usb_device.h"
23 namespace device { namespace
67 // On Linux these properties are read from sysfs when the device is enumerated
93 } // namespace device
H A Dusb_ids.cc5 #include "device/usb/usb_ids.h"
11 namespace device { namespace
58 } // namespace device
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc9 #include "device/bluetooth/bluetooth_adapter.h"
10 #include "device/bluetooth/bluetooth_device.h"
15 using device::BluetoothDevice;
94 void BluetoothDeviceToApiDevice(const device::BluetoothDevice& device, argument
96 out->address = device.GetAddress();
97 out->name.reset(new std::string(base::UTF16ToUTF8(device.GetName())));
98 out->device_class.reset(new int(device.GetBluetoothClass()));
100 // Only include the Device ID members when one exists for the device, and
102 if (ConvertVendorIDSourceToApi(device
[all...]
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_event_dispatcher.h16 namespace device { namespace
94 const device::BluetoothDevice* device,
95 scoped_refptr<device::BluetoothSocket> socket);

Completed in 598 milliseconds

1234567891011>>