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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.h 51 virtual void StopDiscovery(const dbus::ObjectPath& object_path,
bluetooth_adapter_client.h 132 virtual void StopDiscovery(const dbus::ObjectPath& object_path,
bluetooth_adapter_client.cc 138 virtual void StopDiscovery(const dbus::ObjectPath& object_path,
fake_bluetooth_adapter_client.cc 151 void FakeBluetoothAdapterClient::StopDiscovery(
161 LOG(WARNING) << "StopDiscovery called when not discovering";
167 VLOG(1) << "StopDiscovery: " << object_path.value() << ", "
  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.h 114 // values. The discovery finishes when StopDiscovery() is called or timeout
117 void StopDiscovery();
bluetooth_task_manager_win.cc 170 base::Bind(&BluetoothTaskManagerWin::StopDiscovery, this));
277 void BluetoothTaskManagerWin::StopDiscovery() {
bluetooth_adapter_chromeos.cc 148 StopDiscovery(
bluetooth_chromeos_unittest.cc 504 TEST_F(BluetoothChromeOSTest, StopDiscovery) {
    [all...]

Completed in 865 milliseconds