HomeSort by relevance Sort by last modified time
    Searched refs:VendorIDSource (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_device.h 42 enum VendorIDSource {
209 virtual VendorIDSource GetVendorIDSource() const = 0;
bluetooth_device_mac.h 33 virtual VendorIDSource GetVendorIDSource() const OVERRIDE;
bluetooth_device_win.h 39 virtual VendorIDSource GetVendorIDSource() const OVERRIDE;
bluetooth_device_chromeos.cc 53 BluetoothDevice::VendorIDSource* vendor_id_source,
63 BluetoothDevice::VendorIDSource source_value;
201 BluetoothDevice::VendorIDSource
203 VendorIDSource vendor_id_source = VENDOR_ID_UNKNOWN;
bluetooth_device_chromeos.h 42 virtual VendorIDSource GetVendorIDSource() const OVERRIDE;
bluetooth_device_win.cc 96 BluetoothDevice::VendorIDSource
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 34 MOCK_CONST_METHOD0(GetVendorIDSource, BluetoothDevice::VendorIDSource());
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc 16 using bluetooth::VendorIdSource;
20 bool ConvertVendorIDSourceToApi(const BluetoothDevice::VendorIDSource& input,
21 bluetooth::VendorIdSource* output) {

Completed in 87 milliseconds