OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcurrenthosttransmitpower
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc
31
ON_CALL(*this,
GetCurrentHostTransmitPower
())
mock_bluetooth_device.h
41
MOCK_CONST_METHOD0(
GetCurrentHostTransmitPower
, int());
/external/chromium_org/device/bluetooth/
bluetooth_device_mac.h
38
virtual int
GetCurrentHostTransmitPower
() const OVERRIDE;
bluetooth_device_win.h
44
virtual int
GetCurrentHostTransmitPower
() const OVERRIDE;
bluetooth_device_mac.mm
122
int BluetoothDeviceMac::
GetCurrentHostTransmitPower
() const {
bluetooth_device_win.cc
118
int BluetoothDeviceWin::
GetCurrentHostTransmitPower
() const {
bluetooth_device_chromeos.h
47
virtual int
GetCurrentHostTransmitPower
() const OVERRIDE;
bluetooth_device.h
251
virtual int
GetCurrentHostTransmitPower
() const = 0;
bluetooth_device_chromeos.cc
241
int BluetoothDeviceChromeOS::
GetCurrentHostTransmitPower
() const {
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc
120
int current_transmit_power = device.
GetCurrentHostTransmitPower
();
bluetooth_apitest.cc
428
EXPECT_CALL(*device1_,
GetCurrentHostTransmitPower
())
Completed in 1124 milliseconds