Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h209 bool shouldPauseDownload();
DPlaylistFetcher.cpp953 bool PlaylistFetcher::shouldPauseDownload() { in shouldPauseDownload() function in android::PlaylistFetcher
1433 if (shouldPause || shouldPauseDownload()) { in onDownloadNext()