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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h213 void notifyBufferingUpdate(int32_t percentage);
H A DGenericSource.cpp583 void NuPlayer::GenericSource::notifyBufferingUpdate(int32_t percentage) { function in class:android::NuPlayer::GenericSource
596 ALOGV("notifyBufferingUpdate: buffering %d%%", percentage);
702 notifyBufferingUpdate(100);
715 notifyBufferingUpdate(percentage);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h303 void notifyBufferingUpdate(int32_t percentage);
H A DLiveSession.cpp2207 notifyBufferingUpdate(minBufferPercent);
2246 void LiveSession::notifyBufferingUpdate(int32_t percentage) { function in class:android::LiveSession
2255 ALOGV("notifyBufferingUpdate: percentage=%d%%", percentage);
2360 notifyBufferingUpdate(100);

Completed in 56 milliseconds