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

  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 64 virtual void StartConnectionMonitor(
bluetooth_device.h 377 virtual void StartConnectionMonitor(const base::Closure& callback,
bluetooth_device_win.h 70 virtual void StartConnectionMonitor(
bluetooth_device_chromeos.h 72 virtual void StartConnectionMonitor(
bluetooth_device_win.cc 273 void BluetoothDeviceWin::StartConnectionMonitor(
bluetooth_device_chromeos.cc 464 void BluetoothDeviceChromeOS::StartConnectionMonitor(
467 DBusThreadManager::Get()->GetBluetoothDeviceClient()->StartConnectionMonitor(
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 71 MOCK_METHOD2(StartConnectionMonitor,
  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.h 190 virtual void StartConnectionMonitor(const dbus::ObjectPath& object_path,
fake_bluetooth_device_client.h 72 virtual void StartConnectionMonitor(
bluetooth_device_client.cc 276 virtual void StartConnectionMonitor(
fake_bluetooth_device_client.cc 464 void FakeBluetoothDeviceClient::StartConnectionMonitor(
468 VLOG(1) << "StartConnectionMonitor: " << object_path.value();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 101 void StartConnectionMonitor(Session* session, int cms);
call.cc 675 void Call::StartConnectionMonitor(Session* session, int cms) {
680 voice_channel->StartConnectionMonitor(cms);
687 video_channel->StartConnectionMonitor(cms);
    [all...]
channel.h 131 void StartConnectionMonitor(int cms);
channel.cc 281 void BaseChannel::StartConnectionMonitor(int cms) {
    [all...]

Completed in 277 milliseconds