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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h210 sp<ALooper> mFetcherLooper; member in struct:android::LiveSession
H A DLiveSession.cpp320 if (mFetcherLooper != NULL) {
321 mFetcherLooper->stop();
679 mFetcherLooper->unregisterHandler(
997 if (mFetcherLooper == NULL) {
998 mFetcherLooper = new ALooper();
1000 mFetcherLooper->setName("Fetcher");
1001 mFetcherLooper->start(false, false);
1018 mFetcherLooper->unregisterHandler(mFetcherInfos[index].mFetcher->id());
1125 // own destructor when it waits for mFetcherLooper to stop, which still
1129 mFetcherLooper
[all...]

Completed in 508 milliseconds