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

  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.h 43 void removeStream(int rtpSocket, int rtcpSocket);
ARTPConnection.cpp 94 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) {
MyHandler.h 711 mRTPConn->removeStream(info->mRTPSocket, info->mRTCPSocket);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.h 93 void removeStream(Stream*);
PluginView.cpp 212 m_pluginView->removeStream(this);
225 m_pluginView->removeStream(this);
772 void PluginView::removeStream(Stream* stream)
    [all...]

Completed in 5746 milliseconds