summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* [Proximity Auth] Port the ProximityMonitor class.isherman2015-06-191-1/+1
* Reland: Add a public cpp targets for devices_approckot2015-06-1810-26/+141
* Better track in progress USB enumerations on Windows.reillyg2015-06-172-31/+35
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* Return after posting success or failure in EnumerateUdevDevice.reillyg2015-06-171-0/+3
* Fetch USB device strings asynchronously to avoid libusb race conditions.reillyg2015-06-156-329/+380
* Revert of Add public cpp targets for devices_app (patchset #1 id:20001 of htt...rockot2015-06-1510-140/+26
* Add a public cpp targets for devices_approckot2015-06-1510-26/+140
* bluetooth: Browser-side implementation of readValueortuno2015-06-122-0/+12
* Implement break signal for serial api.limasdf2015-06-127-0/+55
* bluetooth: Browser-side implementation of getCharacteristicortuno2015-06-115-4/+46
* Remove stale mojo dependency in device/coreKen Rockot2015-06-112-2/+0
* Reland: Introduce the devices Mojo approckot2015-06-1131-276/+691
* Revert of Introduce the devices Mojo app (patchset #5 id:160001 of https://co...kjellander2015-06-1117-558/+140
* Introduce the devices Mojo approckot2015-06-1117-140/+558
* 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