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

/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc31 ON_CALL(*this, GetCurrentHostTransmitPower())
H A Dmock_bluetooth_device.h39 MOCK_CONST_METHOD0(GetCurrentHostTransmitPower, int());
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_mac.h34 virtual int GetCurrentHostTransmitPower() const OVERRIDE;
H A Dbluetooth_device_win.h40 virtual int GetCurrentHostTransmitPower() const OVERRIDE;
H A Dbluetooth_device.h225 virtual int GetCurrentHostTransmitPower() const = 0;
H A Dbluetooth_device_chromeos.h42 virtual int GetCurrentHostTransmitPower() const OVERRIDE;
H A Dbluetooth_device_win.cc174 int BluetoothDeviceWin::GetCurrentHostTransmitPower() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc230 int BluetoothDeviceChromeOS::GetCurrentHostTransmitPower() const { function in class:chromeos::BluetoothDeviceChromeOS
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc120 int current_transmit_power = device.GetCurrentHostTransmitPower();
H A Dbluetooth_apitest.cc431 EXPECT_CALL(*device1_, GetCurrentHostTransmitPower())

Completed in 553 milliseconds