Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h210 bool shouldPauseDownload();
H A DPlaylistFetcher.cpp981 bool PlaylistFetcher::shouldPauseDownload() { in shouldPauseDownload() function in android::PlaylistFetcher
1462 if (shouldPause || shouldPauseDownload()) { in onDownloadNext()