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

  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 34 virtual int GetCurrentHostTransmitPower() const OVERRIDE;
bluetooth_device.h 225 virtual int GetCurrentHostTransmitPower() const = 0;
bluetooth_device_win.h 40 virtual int GetCurrentHostTransmitPower() const OVERRIDE;
bluetooth_device_chromeos.h 42 virtual int GetCurrentHostTransmitPower() const OVERRIDE;
bluetooth_device_win.cc 174 int BluetoothDeviceWin::GetCurrentHostTransmitPower() const {
bluetooth_device_chromeos.cc 230 int BluetoothDeviceChromeOS::GetCurrentHostTransmitPower() const {
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 31 ON_CALL(*this, GetCurrentHostTransmitPower())
mock_bluetooth_device.h 39 MOCK_CONST_METHOD0(GetCurrentHostTransmitPower, int());
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_utils.cc 120 int current_transmit_power = device.GetCurrentHostTransmitPower();
bluetooth_apitest.cc 431 EXPECT_CALL(*device1_, GetCurrentHostTransmitPower())

Completed in 99 milliseconds