Home
last modified time | relevance | path

Searched refs:notifyBufferingUpdate (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.h226 void notifyBufferingUpdate(int32_t percentage);
DGenericSource.cpp1524 void NuPlayer::GenericSource::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate() function in android::NuPlayer::GenericSource
1579 notifyBufferingUpdate(100); in onPollBuffering()
1603 notifyBufferingUpdate(percentage); in onPollBuffering()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h305 void notifyBufferingUpdate(int32_t percentage);
DLiveSession.cpp2231 notifyBufferingUpdate(minBufferPercent); in checkBuffering()
2270 void LiveSession::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate() function in android::LiveSession
2384 notifyBufferingUpdate(100); in postError()