Searched defs:mSessionDesc (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/rtsp/
H A DARTPConnection.cpp57 sp<ASessionDescription> mSessionDesc; member in struct:android::ARTPConnection::StreamInfo
197 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get());
629 srcId, info->mSessionDesc, info->mIndex, info->mNotifyMsg);
H A DMyHandler.h425 mSessionDesc = new ASessionDescription;
427 mSessionDesc->setTo(
431 if (!mSessionDesc->isValid()) {
466 if (mSessionDesc->countTracks() < 2) {
573 mSessionDesc, index,
598 if (index < mSessionDesc->countTracks()) {
1204 sp<ASessionDescription> mSessionDesc; member in struct:android::MyHandler
1233 new APacketSource(mSessionDesc, index);
1246 CHECK(mSessionDesc->findAttribute(index, "a=control", &url));
1266 mSessionDesc
[all...]

Completed in 60 milliseconds