Home
last modified time | relevance | path

Searched refs:mFetcher (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DEntitlementManager.java111 private TetheringConfigurationFetcher mFetcher; field in EntitlementManager
147 mFetcher = fetcher; in setTetheringConfigurationFetcher()
185 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in handleStartProvisioningIfNeeded()
247 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in handleNotifyUpstream()
477 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in addDownstreamMapping()
488 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in removeDownstreamMapping()
497 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration();
521 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in handleMessage()
660 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in handleGetLatestTetheringEntitlementValue()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp687 mFetcherInfos[index].mFetcher->getFetcherID(), in onMessageReceived()
693 mFetcherInfos[index].mFetcher->id()); in onMessageReceived()
753 const sp<PlaylistFetcher> &fetcher = mFetcherInfos.valueAt(i).mFetcher; in onMessageReceived()
874 info.mFetcher->resumeUntilAsync(stopParams); in onMessageReceived()
1035 mFetcherLooper->unregisterHandler(mFetcherInfos[index].mFetcher->id()); in onMasterPlaylistFetched()
1145 mFetcherInfos.valueAt(i).mFetcher->stopAsync(); in finishDisconnect()
1147 mFetcherInfos.valueAt(i).mFetcher->id()); in finishDisconnect()
1176 info.mFetcher = new PlaylistFetcher( in addFetcher()
1181 mFetcherLooper->registerHandler(info.mFetcher); in addFetcher()
1185 return info.mFetcher; in addFetcher()
[all …]
DLiveSession.h155 sp<PlaylistFetcher> mFetcher; member