Searched refs:GetVendorID (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc37 ON_CALL(*this, GetVendorID())
H A Dmock_bluetooth_device.h33 MOCK_CONST_METHOD0(GetVendorID, uint16());
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_mac.h30 virtual uint16 GetVendorID() const OVERRIDE;
H A Dbluetooth_device_win.h36 virtual uint16 GetVendorID() const OVERRIDE;
H A Dbluetooth_device.cc181 if ((GetVendorID() == 0x054c && GetProductID() == 0x0268 &&
H A Dbluetooth_device.h41 // by GetVendorID().
181 // Returns the allocation source of the identifier returned by GetVendorID(),
186 virtual uint16 GetVendorID() const = 0;
H A Dbluetooth_device_chromeos.h38 virtual uint16 GetVendorID() const OVERRIDE;
H A Dbluetooth_device_win.cc157 uint16 BluetoothDeviceWin::GetVendorID() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc197 uint16 BluetoothDeviceChromeOS::GetVendorID() const { function in class:chromeos::BluetoothDeviceChromeOS
H A Dbluetooth_chromeos_unittest.cc1467 EXPECT_EQ(0x05ac, devices[0]->GetVendorID());
3148 EXPECT_EQ(0x05ac, device->GetVendorID());
3156 EXPECT_EQ(0x00e0, device->GetVendorID());
3164 EXPECT_EQ(0, device->GetVendorID());
3172 EXPECT_EQ(0, device->GetVendorID());
3180 EXPECT_EQ(0, device->GetVendorID());
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc105 out->vendor_id.reset(new int(device.GetVendorID()));
H A Dbluetooth_apitest.cc424 EXPECT_CALL(*device1_.get(), GetVendorID())
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider.cc264 paired_device->set_vendor_id(device->GetVendorID());

Completed in 4431 milliseconds