Home
last modified time | relevance | path

Searched refs:DestroyCall (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.h100 void DestroyCall(Call *call);
Dmediasessionclient.cc89 DestroyCall((*it).second); in ~MediaSessionClient()
382 void MediaSessionClient::DestroyCall(Call *call) { in DestroyCall() function in cricket::MediaSessionClient
433 DestroyCall(call); in JoinCalls()
Dcall.cc178 session_client_->DestroyCall(this); in OnMessage()