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

  /external/chromium_org/device/bluetooth/
bluetooth_adapter.h 260 DiscoverySessionCallback;
261 virtual void StartDiscoverySession(const DiscoverySessionCallback& callback,
382 void OnStartDiscoverySession(const DiscoverySessionCallback& callback);
bluetooth_adapter.cc 40 const DiscoverySessionCallback& callback,
125 const DiscoverySessionCallback& callback) {
bluetooth_adapter_unittest.cc 73 const DiscoverySessionCallback& callback,
bluetooth_chromeos_unittest.cc 293 void DiscoverySessionCallback(
343 base::Bind(&BluetoothChromeOSTest::DiscoverySessionCallback,
659 base::Bind(&BluetoothChromeOSTest::DiscoverySessionCallback,
707 base::Bind(&BluetoothChromeOSTest::DiscoverySessionCallback,
750 base::Bind(&BluetoothChromeOSTest::DiscoverySessionCallback,
837 base::Bind(&BluetoothChromeOSTest::DiscoverySessionCallback,
880 base::Bind(&BluetoothChromeOSTest::DiscoverySessionCallback,
961 base::Bind(&BluetoothChromeOSTest::DiscoverySessionCallback,
    [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h 57 void(const DiscoverySessionCallback& callback,
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_apitest.cc 74 void DiscoverySessionCallback(
75 const BluetoothAdapter::DiscoverySessionCallback& callback,
176 testing::Invoke(this, &BluetoothApiTest::DiscoverySessionCallback));
196 testing::Invoke(this, &BluetoothApiTest::DiscoverySessionCallback));
230 testing::Invoke(this, &BluetoothApiTest::DiscoverySessionCallback));
282 testing::Invoke(this, &BluetoothApiTest::DiscoverySessionCallback));

Completed in 133 milliseconds