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

/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h426 mSessionDesc = new ASessionDescription;
428 mSessionDesc->setTo(
432 if (!mSessionDesc->isValid()) {
467 if (mSessionDesc->countTracks() < 2) {
574 mSessionDesc, index,
599 if (index < mSessionDesc->countTracks()) {
1212 sp<ASessionDescription> mSessionDesc; member in struct:android::MyHandler
1242 new APacketSource(mSessionDesc, index);
1255 CHECK(mSessionDesc->findAttribute(index, "a=control", &url));
1275 mSessionDesc
[all...]
H A DARTPConnection.cpp58 sp<ASessionDescription> mSessionDesc; member in struct:android::ARTPConnection::StreamInfo
198 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get());
630 srcId, info->mSessionDesc, info->mIndex, info->mNotifyMsg);

Completed in 256 milliseconds