Loading media/libmedia/nuplayer2/HTTPLiveSource.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,8 @@ void NuPlayer2::HTTPLiveSource::prepareAsync() { if (mLiveLooper == NULL) { mLiveLooper = new ALooper; mLiveLooper->setName("http live"); mLiveLooper->start(); mLiveLooper->start(false, /* runOnCallingThread */ true /* canCallJava */); mLiveLooper->registerHandler(this); } Loading media/libstagefright/httplive/LiveSession.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1014,7 +1014,8 @@ void LiveSession::onConnect(const sp<AMessage> &msg) { mFetcherLooper = new ALooper(); mFetcherLooper->setName("Fetcher"); mFetcherLooper->start(false, false); mFetcherLooper->start(false, /* runOnCallingThread */ true /* canCallJava */); } // create fetcher to fetch the master playlist Loading Loading
media/libmedia/nuplayer2/HTTPLiveSource.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,8 @@ void NuPlayer2::HTTPLiveSource::prepareAsync() { if (mLiveLooper == NULL) { mLiveLooper = new ALooper; mLiveLooper->setName("http live"); mLiveLooper->start(); mLiveLooper->start(false, /* runOnCallingThread */ true /* canCallJava */); mLiveLooper->registerHandler(this); } Loading
media/libstagefright/httplive/LiveSession.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1014,7 +1014,8 @@ void LiveSession::onConnect(const sp<AMessage> &msg) { mFetcherLooper = new ALooper(); mFetcherLooper->setName("Fetcher"); mFetcherLooper->start(false, false); mFetcherLooper->start(false, /* runOnCallingThread */ true /* canCallJava */); } // create fetcher to fetch the master playlist Loading