Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h210 bool shouldPauseDownload();
DPlaylistFetcher.cpp980 bool PlaylistFetcher::shouldPauseDownload() { in shouldPauseDownload() function in android::PlaylistFetcher
1461 if (shouldPause || shouldPauseDownload()) { in onDownloadNext()