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

/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h193 if (mSessionDesc->findAttribute(
528 mSessionDesc = new ASessionDescription;
530 mSessionDesc->setTo(
534 if (!mSessionDesc->isValid()) {
550 mSeekable = !isLiveStream(mSessionDesc);
573 if (mSessionDesc->countTracks() < 2) {
606 mSessionDesc =
609 if (!mSessionDesc->isValid()) {
615 mSeekable = !isLiveStream(mSessionDesc);
619 if (mSessionDesc
1528 sp<ASessionDescription> mSessionDesc; member in struct:android::MyHandler
[all...]
H A DARTPConnection.cpp58 sp<ASessionDescription> mSessionDesc; member in struct:android::ARTPConnection::StreamInfo
199 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get());
631 srcId, info->mSessionDesc, info->mIndex, info->mNotifyMsg);

Completed in 140 milliseconds