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

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_profile.h 19 MOCK_METHOD1(SetConnectionCallback,
  /external/chromium_org/device/bluetooth/
bluetooth_profile_mac.h 26 virtual void SetConnectionCallback(
bluetooth_profile_win.h 20 virtual void SetConnectionCallback(
bluetooth_profile.h 100 virtual void SetConnectionCallback(const ConnectionCallback& callback) = 0;
bluetooth_profile_win.cc 26 void BluetoothProfileWin::SetConnectionCallback(
bluetooth_profile_chromeos.h 41 virtual void SetConnectionCallback(
bluetooth_profile_chromeos_unittest.cc 132 profile->SetConnectionCallback(
258 profile->SetConnectionCallback(
bluetooth_profile_chromeos.cc 133 void BluetoothProfileChromeOS::SetConnectionCallback(
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 193 bluetooth_profile->SetConnectionCallback(
bluetooth_apitest.cc 159 EXPECT_CALL(*profile1_, SetConnectionCallback(testing::_));

Completed in 51 milliseconds