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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 86 virtual SessionDescription* CreateAnswer(
132 virtual SessionDescription* CreateAnswer(
securetunnelsessionclient.h 94 virtual SessionDescription* CreateAnswer(
tunnelsessionclient.cc 168 SessionDescription* answer = CreateAnswer(session->remote_description());
285 SessionDescription* TunnelSessionClient::CreateAnswer(
securetunnelsessionclient.cc 285 SessionDescription* SecureTunnelSessionClient::CreateAnswer(
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 134 SessionDescription* CreateAnswer(const SessionDescription* offer,
mediasessionclient.cc 253 SessionDescription* MediaSessionClient::CreateAnswer(
364 const SessionDescription* accept = CreateAnswer(offer, CallOptions());
    [all...]
call.cc 101 session_client_->CreateAnswer(session->remote_description(), options));

Completed in 512 milliseconds