HomeSort by relevance Sort by last modified time
    Searched full:getmaximumhosttransmitpower (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 33 ON_CALL(*this, GetMaximumHostTransmitPower())
mock_bluetooth_device.h 42 MOCK_CONST_METHOD0(GetMaximumHostTransmitPower, int());
  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 39 virtual int GetMaximumHostTransmitPower() const OVERRIDE;
bluetooth_device_win.h 45 virtual int GetMaximumHostTransmitPower() const OVERRIDE;
bluetooth_device_mac.mm 126 int BluetoothDeviceMac::GetMaximumHostTransmitPower() const {
bluetooth_device_win.cc 123 int BluetoothDeviceWin::GetMaximumHostTransmitPower() const {
bluetooth_device_chromeos.h 48 virtual int GetMaximumHostTransmitPower() const OVERRIDE;
bluetooth_device.h 252 virtual int GetMaximumHostTransmitPower() const = 0;
bluetooth_device_chromeos.cc 252 int BluetoothDeviceChromeOS::GetMaximumHostTransmitPower() const {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc 123 int maximum_transmit_power = device.GetMaximumHostTransmitPower();
bluetooth_apitest.cc 430 EXPECT_CALL(*device1_, GetMaximumHostTransmitPower())

Completed in 762 milliseconds