Searched defs:device (Results 151 - 175 of 839) sorted by relevance

1234567891011>>

/external/chromium_org/device/hid/
H A Ddevice_monitor_linux.h17 #include "device/udev_linux/udev.h"
21 namespace device { namespace
29 typedef base::Callback<void(udev_device* device)> EnumerateCallback;
34 virtual void OnDeviceAdded(udev_device* device) = 0;
35 virtual void OnDeviceRemoved(udev_device* device) = 0;
73 } // namespace device
H A Dhid_connection_mac.h15 #include "device/hid/hid_connection.h"
25 namespace device { namespace
30 IOHIDDeviceRef device,
77 } // namespace device
/external/chromium_org/device/media_transfer_protocol/
H A Dmedia_transfer_protocol_daemon_client.h30 namespace device { namespace
109 // |file_id| is a MTP-device specific id for a file.
118 // |file_ids| is a list of MTP-device specific file ids.
130 // |file_id| is a MTP-device specific id for a file.
156 } // namespace device
H A Dmedia_transfer_protocol_manager.h26 namespace device { namespace
127 } // namespace device
/external/chromium_org/device/nfc/
H A Dnfc_ndef_record_unittest.cc7 #include "device/nfc/nfc_ndef_record.h"
14 namespace device { namespace
247 } // namespace device
H A Dnfc_peer.h13 #include "device/nfc/nfc_ndef_record.h"
15 namespace device { namespace
21 // - NDEF. Specifically, reading NDEF records found on the peer device and
41 // device |peer| is received. Users can use this method to be notified of
42 // new records on the device and when the initial set of records are
62 // Returns all NDEF records that were received from the peer device in the
64 // this only means that no records have yet been received from the device.
69 // Sends the NDEF records contained in |message| to the peer device. On
76 // Initiates WiFi or Bluetooth pairing with the NFC peer device based on
90 } // namespace device
[all...]
/external/chromium_org/device/serial/
H A Dasync_waiter.cc5 #include "device/serial/async_waiter.h"
7 namespace device { namespace
37 } // namespace device
H A Ddata_receiver.h11 #include "device/serial/buffer.h"
12 #include "device/serial/data_stream.mojom.h"
15 namespace device { namespace
110 } // namespace device
H A Ddata_sender.h13 #include "device/serial/buffer.h"
14 #include "device/serial/data_stream.mojom.h"
17 namespace device { namespace
110 } // namespace device
H A Ddata_sink_receiver.h14 #include "device/serial/buffer.h"
15 #include "device/serial/data_stream.mojom.h"
18 namespace device { namespace
112 } // namespace device
H A Ddata_source_sender.h10 #include "device/serial/buffer.h"
11 #include "device/serial/data_stream.mojom.h"
14 namespace device { namespace
92 } // namespace device
/external/chromium_org/device/test/
H A Dusb_test_gadget.h13 namespace device { namespace
47 } // namespace device
/external/chromium_org/device/usb/
H A Dusb_context.cc5 #include "device/usb/usb_context.h"
11 #include "device/usb/usb_error.h"
15 namespace device { namespace
80 } // namespace device
H A Dusb_context_unittest.cc7 #include "device/usb/usb_context.h"
11 namespace device { namespace
54 } // namespace device
H A Dusb_device.h14 namespace device { namespace
19 // A UsbDevice object represents a detected USB device, providing basic
20 // information about it. For further manipulation of the device, a
26 virtual void OnDisconnect(scoped_refptr<UsbDevice> device) = 0;
35 // On ChromeOS, if an interface of a claimed device is not claimed, the
36 // permission broker can change the owner of the device so that the unclaimed
38 // not be used and this method fails if the device is claimed.
48 // Explicitly closes a device handle. This method will be automatically called
54 // Gets the UsbConfigDescriptor for the active device configuration.
58 // Gets the manufacturer string of the device, o
[all...]
H A Dusb_device_filter_unittest.cc8 #include "device/usb/usb_descriptors.h"
9 #include "device/usb/usb_device.h"
10 #include "device/usb/usb_device_filter.h"
11 #include "device/usb/usb_device_handle.h"
15 namespace device { namespace
154 } // namespace device
H A Dusb_ids.h12 namespace device { namespace
48 // These fields are defined in a generated file. See device/usb/usb.gyp for
56 } // namespace device
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.h13 namespace device { namespace
68 virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
86 virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) OVERRIDE;
/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/extensions/shell/browser/
H A Dmedia_capture_util.cc48 const MediaStreamDevice* device = GetRequestedDeviceOrDefault( local
51 if (device)
52 devices.push_back(*device);
57 const MediaStreamDevice* device = GetRequestedDeviceOrDefault( local
60 if (device)
61 devices.push_back(*device);
76 // app_shell has no UI surface to show an error, and on an embedded device
/external/chromium_org/media/midi/
H A Dusb_midi_input_stream.h39 JackUniqueKey(UsbMidiDevice* device, int endpoint_number, int cable_number);
43 UsbMidiDevice* device; member in struct:media::UsbMidiInputStream::JackUniqueKey
56 void OnReceivedData(UsbMidiDevice* device,
68 void ProcessOnePacket(UsbMidiDevice* device,
H A Dusb_midi_jack.h24 UsbMidiJack(UsbMidiDevice* device, argument
28 : device(device),
33 UsbMidiDevice* device; member in struct:media::UsbMidiJack
/external/chromium_org/media/video/capture/
H A Dfake_video_capture_device_factory.cc45 const VideoCaptureDevice::Name& device,
44 GetDeviceSupportedFormats( const VideoCaptureDevice::Name& device, VideoCaptureFormats* supported_formats) argument
H A Dfile_video_capture_device_factory.cc16 "/dev/placeholder-for-file-backed-fake-capture-device";
61 const VideoCaptureDevice::Name& device,
60 GetDeviceSupportedFormats( const VideoCaptureDevice::Name& device, VideoCaptureFormats* supported_formats) argument
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dmacdeviceinfo.cc32 bool GetUsbId(const Device& device, std::string* usb_id) { argument
35 if (device.id.size() < 2 * id_size) {
39 // The last characters of device id is a concatenation of VID and then PID.
40 const size_t vid_location = device.id.size() - 2 * id_size;
41 std::string id_vendor = device.id.substr(vid_location, id_size);
42 const size_t pid_location = device.id.size() - id_size;
43 std::string id_product = device.id.substr(pid_location, id_size);
52 bool GetUsbVersion(const Device& device, std::string* usb_version) { argument

Completed in 199 milliseconds

1234567891011>>