Searched defs:notifyBufferingUpdate (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DGenericSource2.cpp1425 void NuPlayer2::GenericSource2::notifyBufferingUpdate(int32_t percentage) { function in class:android::NuPlayer2::GenericSource2
1438 ALOGV("notifyBufferingUpdate: buffering %d%%", percentage);
1480 notifyBufferingUpdate(100);
1494 notifyBufferingUpdate(percentage);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1492 void NuPlayer::GenericSource::notifyBufferingUpdate(int32_t percentage) { function in class:android::NuPlayer::GenericSource
1505 ALOGV("notifyBufferingUpdate: buffering %d%%", percentage);
1547 notifyBufferingUpdate(100);
1561 notifyBufferingUpdate(percentage);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp2230 notifyBufferingUpdate(minBufferPercent);
2269 void LiveSession::notifyBufferingUpdate(int32_t percentage) { function in class:android::LiveSession
2278 ALOGV("notifyBufferingUpdate: percentage=%d%%", percentage);
2383 notifyBufferingUpdate(100);

Completed in 890 milliseconds