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

  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 183 if (mSessionDesc->findAttribute(
505 mSessionDesc = new ASessionDescription;
507 mSessionDesc->setTo(
511 if (!mSessionDesc->isValid()) {
527 mSeekable = !isLiveStream(mSessionDesc);
548 mControlURL = getControlURL(mSessionDesc);
550 if (mSessionDesc->countTracks() < 2) {
583 mSessionDesc =
586 if (!mSessionDesc->isValid()) {
592 mSeekable = !isLiveStream(mSessionDesc);
    [all...]
ARTPConnection.cpp 58 sp<ASessionDescription> mSessionDesc;
199 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get());
631 srcId, info->mSessionDesc, info->mIndex, info->mNotifyMsg);

Completed in 115 milliseconds