Home
last modified time | relevance | path

Searched refs:kMaxNumRetries (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libdatasource/include/datasource/
H A DNuCachedSource2.h102 kMaxNumRetries = 10,
/aosp12/frameworks/av/media/libdatasource/
H A DNuCachedSource2.cpp196 mNumRetriesLeft(kMaxNumRetries), in NuCachedSource2()
392 mNumRetriesLeft = kMaxNumRetries; in fetchInternal()
680 mNumRetriesLeft = kMaxNumRetries; in seekInternal_l()
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h95 kMaxNumRetries = 5, enumerator
H A DPlaylistFetcher.cpp857 if (mNumRetriesForMonitorQueue < kMaxNumRetries) { in onMonitorQueue()
1149 if ((err != OK || !mPlaylist->isComplete()) && mNumRetries < kMaxNumRetries) { in initDownloadState()