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

  /external/chromium_org/remoting/host/win/
rdp_client.cc 68 void NotifyConnected();
190 NotifyConnected();
209 void RdpClient::Core::NotifyConnected() {
212 FROM_HERE, base::Bind(&Core::NotifyConnected, this));
rdp_client_window.h 128 void NotifyConnected();
rdp_client_window.cc 409 NotifyConnected();
464 void RdpClientWindow::NotifyConnected() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 145 private void notifyConnected() {
146 if (DEBUG) Log.d(TAG, "notifyConnected");
273 notifyConnected();
BleClientService.java 216 private void notifyConnected() {
318 if (newState == BluetoothProfile.STATE_CONNECTED) notifyConnected();
  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc 95 void NotifyConnected(scoped_ptr<net::StreamSocket> socket);
349 NotifyConnected(socket.Pass());
377 void LibjingleStreamTransport::NotifyConnected(
399 NotifyConnected(scoped_ptr<net::StreamSocket>());

Completed in 1838 milliseconds