Searched refs:mLastPlaylistFetchTimeUs (Results 1 – 2 of 2) sorted by relevance
143 int64_t mLastPlaylistFetchTimeUs; member
154 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()