Searched refs:mSessionDesc (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/rtsp/ |
D | MyHandler.h | 426 mSessionDesc = new ASessionDescription; in onMessageReceived() 428 mSessionDesc->setTo( in onMessageReceived() 432 if (!mSessionDesc->isValid()) { in onMessageReceived() 467 if (mSessionDesc->countTracks() < 2) { in onMessageReceived() 574 mSessionDesc, index, in onMessageReceived() 599 if (index < mSessionDesc->countTracks()) { in onMessageReceived() 1212 sp<ASessionDescription> mSessionDesc; member 1242 new APacketSource(mSessionDesc, index); in setupTrack() 1255 CHECK(mSessionDesc->findAttribute(index, "a=control", &url)); in setupTrack() 1275 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams); in setupTrack()
|
D | ARTPConnection.cpp | 57 sp<ASessionDescription> mSessionDesc; member 197 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get()); in onAddStream() 629 srcId, info->mSessionDesc, info->mIndex, info->mNotifyMsg); in findSource()
|