summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Invoke RequestPathAccess implicitly in UsbDevice::Open.reillyg2015-06-044-22/+30
* Stop including ip_address_number.h from net_util.heroman2015-06-032-0/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-0314-14/+14
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...shail.s2015-06-031-1/+1
* Fill out the USB Device mojo interfacerockot2015-06-0312-84/+1569
* Get latest available space by calling GetStorageInfoFromDevice of mtpd.yawano2015-06-024-1/+70
* Moving BluetoothDiscoveryFilter into its own file.krstnmnlsn2015-06-026-224/+257
* bluetooth: Browser side partial implementation of getPrimaryService.ortuno2015-06-022-0/+31
* Replace UsbDevice's unique_id with a GUID stringrockot2015-06-0114-67/+51
* [mojo] Use mojo::StrongBinding instead of mojo::InterfaceImpl in VibrationMan...timvolodine2015-05-283-20/+24
* Reland: Build a basic Mojo service framework for device/usbrockot2015-05-2822-2/+939
* Revert of Build a basic Mojo service framework for device/usb (patchset #4 id...rockot2015-05-2822-933/+2
* Build a basic Mojo service framework for device/usbrockot2015-05-2822-2/+933
* Add 'explicit' qualifiers to single-arguments ctorsprimiano2015-05-271-1/+1
* Add constructors for IOBuffer that take the buffer length as a size_t.eroman2015-05-271-2/+5
* Remove thread check from the UsbDeviceHandle destructor.reillyg2015-05-222-30/+13
* GYP dependencies for JNI _java targets moved to device targets that require t...scheib2015-05-224-1/+7
* blueooth: Add * to GYP/GN files OWNERS in device/ & device/bluetooth.scheib2015-05-212-0/+5
* Log serial read and write errors on Windows.reillyg2015-05-211-0/+2
* bluetooth: Move mock creation out of BluetoothDispatcherHost toortuno2015-05-202-0/+33
* [Android] Make BatteryStatusManagerTest compilable on Mtimvolodine2015-05-202-42/+56
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-207-40/+45
* bluetooth: Add EXPORT macro to BluetoothAdapter::Observer.ortuno2015-05-191-1/+1
* Subject .mm files to the header sorting presubmittapted2015-05-192-2/+2
* Implement the advertising functions for the BLE API.rkc2015-05-155-0/+57
* Avoid a race between libusb_submit_transfer and libusb_free_transfer.reillyg2015-05-141-1/+5
* Merge device/vibration/android/BUILD.gn to vibration/BUILD.gn.scheib2015-05-142-41/+22
* Extract //device/usb mocks so that they can be shared.reillyg2015-05-1411-21/+290
* bluetooth: Enable BluetoothAdapterFactory on android.scheib2015-05-142-3/+5
* Expose TxPower for bluetooth devices during discoveryjpawlowski2015-05-1312-1/+110
* Retreive the BatteryManager as a system service.yfriedman2015-05-121-2/+3
* bluetooth: Android adapter can be created with and without Bluetooth permission.scheib2015-05-124-18/+131
* bluetooth: Add scheib to OWNERS for android.scheib2015-05-112-0/+4
* Revert of bluetooth: Android adapter can be created with and without Bluetoot...jbudorick2015-05-114-129/+18
* bluetooth: Android adapter can be created with and without Bluetooth permission.scheib2015-05-114-18/+129
* Expose RSSI for bluetooth devices during discovery.jpawlowski2015-05-1110-0/+34
* Use Linux custom baud rate selection based on struct termios2.reillyg2015-05-081-11/+29
* Add a manifest property declaring USB printers supported by an app.reillyg2015-05-072-3/+4
* bluetooth: Initial JNI setup for device/bluetooth.scheib2015-05-0711-7/+198
* Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.shrikant2015-05-051-1/+1
* Add HID support to DevicePermissionsManager and DevicePermissionsPrompt.reillyg2015-05-052-1/+18
* Returning a GATT connection object for already connected devices.sacomoto2015-05-051-0/+10
* bluetooth: Refactor BluetoothDiscoverySession::Stop to always call its callbacksortuno2015-05-053-12/+60
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* win: Fix remaining plugin warnings in ash, device, printing, sandbox.thakis2015-04-302-0/+4
* vs2015: remove unused and deprecated hash_set #includescottmg2015-04-302-2/+0
* bluetooth: Refactor multiple test observers to TestBluetoothAdapterObserver.scheib2015-04-297-829/+914
* bluetooth: Stub out BluetoothAdapterAndroidscheib2015-04-298-1/+259
* Apply automated fixits for Chrome clang plugin to device.dcheng2015-04-291-1/+1
* mac: Suppress a -Wpartial-availability warning in bluetooth_socket_mac.mm.erikchen2015-04-291-2/+1