Searched refs:StartConnectionMonitor (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h71 MOCK_METHOD2(StartConnectionMonitor,
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_mac.h64 virtual void StartConnectionMonitor(
H A Dbluetooth_device_win.h70 virtual void StartConnectionMonitor(
H A Dbluetooth_device.h377 virtual void StartConnectionMonitor(const base::Closure& callback,
H A Dbluetooth_device_chromeos.h72 virtual void StartConnectionMonitor(
H A Dbluetooth_device_win.cc273 void BluetoothDeviceWin::StartConnectionMonitor( function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc464 void BluetoothDeviceChromeOS::StartConnectionMonitor( function in class:chromeos::BluetoothDeviceChromeOS
467 DBusThreadManager::Get()->GetBluetoothDeviceClient()->StartConnectionMonitor(
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_device_client.h190 virtual void StartConnectionMonitor(const dbus::ObjectPath& object_path,
H A Dfake_bluetooth_device_client.h72 virtual void StartConnectionMonitor(
H A Dbluetooth_device_client.cc276 virtual void StartConnectionMonitor(
H A Dfake_bluetooth_device_client.cc464 void FakeBluetoothDeviceClient::StartConnectionMonitor( function in class:chromeos::FakeBluetoothDeviceClient
468 VLOG(1) << "StartConnectionMonitor: " << object_path.value();
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.h101 void StartConnectionMonitor(Session* session, int cms);
H A Dcall.cc675 void Call::StartConnectionMonitor(Session* session, int cms) { function in class:cricket::Call
680 voice_channel->StartConnectionMonitor(cms);
687 video_channel->StartConnectionMonitor(cms);
H A Dchannel.h131 void StartConnectionMonitor(int cms);
H A Dchannel.cc281 void BaseChannel::StartConnectionMonitor(int cms) { function in class:cricket::BaseChannel

Completed in 944 milliseconds