Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.h233 void notifyBufferingUpdate(int32_t percentage);
DGenericSource2.cpp1425 void NuPlayer2::GenericSource2::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate() function in android::NuPlayer2::GenericSource2
1480 notifyBufferingUpdate(100); in onPollBuffering()
1494 notifyBufferingUpdate(percentage); in onPollBuffering()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.h225 void notifyBufferingUpdate(int32_t percentage);
DGenericSource.cpp1492 void NuPlayer::GenericSource::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate() function in android::NuPlayer::GenericSource
1547 notifyBufferingUpdate(100); in onPollBuffering()
1561 notifyBufferingUpdate(percentage); in onPollBuffering()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h305 void notifyBufferingUpdate(int32_t percentage);
DLiveSession.cpp2230 notifyBufferingUpdate(minBufferPercent); in checkBuffering()
2269 void LiveSession::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate() function in android::LiveSession
2383 notifyBufferingUpdate(100); in postError()