Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h202 void setStoppingThreshold(float thresholdRatio, bool disconnect);
DPlaylistFetcher.cpp445 void PlaylistFetcher::setStoppingThreshold(float thresholdRatio, bool disconnect) { in setStoppingThreshold() function in android::PlaylistFetcher
523 setStoppingThreshold(thresholdRatio, disconnect); in pauseAsync()
529 setStoppingThreshold(0.0f, true /* disconncect */); in stopAsync()