Searched refs:GetMaximumHostTransmitPower (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc33 ON_CALL(*this, GetMaximumHostTransmitPower())
H A Dmock_bluetooth_device.h40 MOCK_CONST_METHOD0(GetMaximumHostTransmitPower, int());
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_mac.h35 virtual int GetMaximumHostTransmitPower() const OVERRIDE;
H A Dbluetooth_device_win.h41 virtual int GetMaximumHostTransmitPower() const OVERRIDE;
H A Dbluetooth_device.h226 virtual int GetMaximumHostTransmitPower() const = 0;
H A Dbluetooth_device_chromeos.h43 virtual int GetMaximumHostTransmitPower() const OVERRIDE;
H A Dbluetooth_device_win.cc179 int BluetoothDeviceWin::GetMaximumHostTransmitPower() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc241 int BluetoothDeviceChromeOS::GetMaximumHostTransmitPower() const { function in class:chromeos::BluetoothDeviceChromeOS
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc123 int maximum_transmit_power = device.GetMaximumHostTransmitPower();
H A Dbluetooth_apitest.cc433 EXPECT_CALL(*device1_, GetMaximumHostTransmitPower())

Completed in 93 milliseconds