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