summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Make BluetoothAdapter non-threadsafe RefCountedtzik2015-04-2310-46/+2
* Wire SetDiscoveryFilter from BluetoothPrivate To BluetoothEventRouterjpawlowski2015-04-224-0/+21
* Populate device node in UsbDeviceImpl on Chrome OS.reillyg2015-04-223-1/+6
* bluetooth: Refactor (Add|Remove)Observer impls into BluetoothAdapter.scheib2015-04-229-54/+15
* bluetooth: Refactor bluetooth_adapter.cc for C++ style: dcl/dfn ordering.scheib2015-04-211-54/+53
* bluetooth: Refactor device/bluetooth for C++ Style: typedef ordering.scheib2015-04-217-31/+38
* bluetooth: Remove legacy test data device/test/data/bluetooth.scheib2015-04-215-71/+0
* Add 'git cl format' presubmit check to src/devicescheib2015-04-201-0/+14
* Implement SetDiscoveryFilter for ChromiumOSjpawlowski2015-04-203-9/+904
* Expose SetDiscoveryFilter from BluetoothEventRouterjpawlowski2015-04-162-0/+17
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-1619-1325/+1760
* Add SetDiscoveryFilter to Bluetooth Adapter.jpawlowski2015-04-1319-45/+883
* Pass reference to matching dictionary in device::HidServiceMac::Connect.reillyg2015-04-131-2/+10
* Split uri_beacons target from bluetooth target.olivierrobin2015-04-103-4/+26
* [Android] Fix BatteryStatusManagerTest instrumentation tests for devices runn...timvolodine2015-04-082-22/+20
* Check USB device path access when prompting users to select a device.reillyg2015-04-077-44/+73
* Mark operator() as const for VS 2015 compat.brucedawson2015-04-071-1/+1
* Detect devices with WinUSB.sys loaded before triggering enumeration.reillyg2015-04-036-55/+227
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-023-2/+3
* Work on GN Windows component build.brettw2015-04-021-1/+3
* bluetooth: Enable device_unittests target on Android GN build.scheib2015-04-011-10/+19
* Guard hid_service_win.h include with OS_WIN.gunsch2015-03-311-1/+1
* Implement CreateDirectory.yawano2015-03-314-0/+81
* Refactor device/BUILD.gn to list source files only once.scheib2015-03-311-47/+32
* bluetooth: Enable device_unittests target on Android.scheib2015-03-301-0/+34
* device/bluetooth: Add checks to BluetoothAdapter overrides.mcchou2015-03-271-0/+6
* device/bluetooth: Add read_mtu as an argument of BluetoothAudioSinkDataAvaila...mcchou2015-03-263-7/+23
* Implemented UriBeacon decoder.dvh2015-03-255-0/+270
* Switch HidDeviceId from IORegistry path to IORegistry entry ID.reillyg2015-03-234-18/+34
* Add profiling to BluetoothAdapterMac::PollAdapter.erikchen2015-03-181-0/+27
* Introduce UdevDeviceGetSysattrValue, which is the same asagoode2015-03-182-2/+19
* Implement MoveFileLocal (with rename operation).yawano2015-03-174-0/+82
* Prohibit multiple, overlapping {geolocation,battery} queriesdarin2015-03-134-20/+28
* device/bluetooth: Add I/O watcher for audio data retrieval triggered by state...mcchou2015-03-134-134/+591
* Fix a null-pointer dereference in ChromeOS Bluetooth code.isherman2015-03-111-1/+2
* bluetooth: Adjust DCHECKs in BluetoothAdapterChromeos observer methods.scheib2015-03-102-10/+11
* Implement DeleteFile and DeleteDirectory.yawano2015-03-104-36/+111
* Fix BluetoothAdapterProfileChromeOS lifecycle managementjamuraa2015-03-099-134/+328
* Move UdevDecodeString from media/midi to device/udev_linuxagoode2015-03-095-0/+54
* Move GetUdevDevicePropertyValue from components/storage_monitor to device/ude...agoode2015-03-062-0/+13
* [Android] Add nullable dependency to BatteryStatusManager.javatimvolodine2015-03-052-2/+5
* Implement CopyFileFromLocal of MTPDeviceAsyncDelegate.yawano2015-03-054-2/+95
* Address NewApi warning in device/battery.newt2015-03-041-24/+34
* Revert of Fix BluetoothAdapterProfileChromeOS lifecycle management (patchset ...finnur2015-03-049-302/+108
* Fix BluetoothAdapterProfileChromeOS lifecycle managementjamuraa2015-03-039-108/+302
* Add udev_device_new_from_subsystem_sysname to udev, for use in Web MIDI on Linuxagoode2015-03-037-0/+40
* Created fakes for HID-detection screen testing. Initial browsertest added.merkulova2015-03-026-9/+76
* chromeos/dbus: Add verbose log to media-related clients and service provider.mcchou2015-02-281-20/+71
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-6/+0
* Apply gn format with 'sources' sorting to src/scottmg2015-02-283-8/+10