Home
last modified time | relevance | path

Searched refs:kWhatBufferingUpdate (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h48 kWhatBufferingUpdate, enumerator
DHTTPLiveSource.cpp366 case LiveSession::kWhatBufferingUpdate: in onSessionNotify()
371 notify->setInt32("what", kWhatBufferingUpdate); in onSessionNotify()
DGenericSource.cpp582 msg->setInt32("what", kWhatBufferingUpdate); in notifyBufferingUpdate()
DNuPlayer.cpp2090 case Source::kWhatBufferingUpdate: in onSourceNotify()
/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.h112 kWhatBufferingUpdate = 'bufu', enumerator
Dandroid_GenericPlayer.cpp356 case kWhatBufferingUpdate: in onMessageReceived()
575 sp<AMessage> msg = new AMessage(kWhatBufferingUpdate, this); in bufferingUpdate()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h111 kWhatBufferingUpdate, enumerator
DLiveSession.cpp2258 notify->setInt32("what", kWhatBufferingUpdate); in notifyBufferingUpdate()