Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h227 void notifyBufferingUpdate(int32_t percentage);
H A DGenericSource.cpp1512 void NuPlayer::GenericSource::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate() function in android::NuPlayer::GenericSource
1567 notifyBufferingUpdate(100); in onPollBuffering()
1591 notifyBufferingUpdate(percentage); in onPollBuffering()
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h305 void notifyBufferingUpdate(int32_t percentage);
H A DLiveSession.cpp2231 notifyBufferingUpdate(minBufferPercent); in checkBuffering()
2270 void LiveSession::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate() function in android::LiveSession
2384 notifyBufferingUpdate(100); in postError()