Searched refs:mLiveSession (Results 1 – 3 of 3) sorted by relevance
72 if (mLiveSession != NULL) { in ~HTTPLiveSource()73 mLiveSession->disconnect(); in ~HTTPLiveSource()75 mLiveLooper->unregisterHandler(mLiveSession->id()); in ~HTTPLiveSource()79 mLiveSession.clear(); in ~HTTPLiveSource()94 if (mLiveSession != NULL) { in setBufferingSettings()95 mLiveSession->setBufferingSettings(mBufferingSettings); in setBufferingSettings()112 mLiveSession = new LiveSession( in prepareAsync()117 mLiveLooper->registerHandler(mLiveSession); in prepareAsync()119 mLiveSession->setBufferingSettings(mBufferingSettings); in prepareAsync()120 mLiveSession->connectAsync( in prepareAsync()[all …]
166 sp<LiveSession> mLiveSession = nullptr; member in HttpLiveFuzzer282 mLiveSession = sp<LiveSession>::make(notify, flags, httpService); in initLiveSession()283 mLiveLooper->registerHandler(mLiveSession); in initLiveSession()290 mLiveSession->dequeueAccessUnit(stream, &buffer); in invokeDequeueAccessUnit()297 mLiveSession->seekTo(timeUs, mode); in invokeSeekTo()301 mLiveSession->getTrackCount(); in invokeGetConfig()303 mLiveSession->getTrackInfo(trackIndex); in invokeGetConfig()305 mLiveSession->getSelectedTrack(type); in invokeGetConfig()308 mLiveSession->getStreamFormatMeta(stream, &meta); in invokeGetConfig()309 mLiveSession->getKeyForStream(stream); in invokeGetConfig()[all …]
82 sp<LiveSession> mLiveSession; member