Home
last modified time | relevance | path

Searched refs:mLastPlaylistFetchTimeUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h143 int64_t mLastPlaylistFetchTimeUs; member
DPlaylistFetcher.cpp154 mLastPlaylistFetchTimeUs(-1ll), in PlaylistFetcher()
238 if (mPlaylist == NULL || mLastPlaylistFetchTimeUs < 0ll) { in delayUsToRefreshPlaylist()
292 int64_t delayUs = mLastPlaylistFetchTimeUs + minPlaylistAgeUs - nowUs; in delayUsToRefreshPlaylist()
943 mLastPlaylistFetchTimeUs = ALooper::GetNowUs(); in refreshPlaylist()