Home
last modified time | relevance | path

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

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