Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h206 void setStoppingThreshold(float thresholdRatio, bool disconnect);
DPlaylistFetcher.cpp503 void PlaylistFetcher::setStoppingThreshold(float thresholdRatio, bool disconnect) { in setStoppingThreshold() function in android::PlaylistFetcher
581 setStoppingThreshold(thresholdRatio, disconnect); in pauseAsync()
587 setStoppingThreshold(0.0f, true /* disconncect */); in stopAsync()