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

  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 33 virtual int GetRSSI() const OVERRIDE;
bluetooth_device.h 213 virtual int GetRSSI() const = 0;
bluetooth_device_win.h 39 virtual int GetRSSI() const OVERRIDE;
bluetooth_device_chromeos.h 41 virtual int GetRSSI() const OVERRIDE;
bluetooth_device_win.cc 169 int BluetoothDeviceWin::GetRSSI() const {
bluetooth_device_chromeos.cc 215 int BluetoothDeviceChromeOS::GetRSSI() const {
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 29 ON_CALL(*this, GetRSSI())
mock_bluetooth_device.h 38 MOCK_CONST_METHOD0(GetRSSI, int());
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_utils.cc 115 int rssi = device.GetRSSI();
bluetooth_apitest.cc 430 EXPECT_CALL(*device1_, GetRSSI()).WillRepeatedly(testing::Return(-42));

Completed in 63 milliseconds