Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h49 kWhatBufferingUpdate, enumerator
DHTTPLiveSource.cpp413 case LiveSession::kWhatBufferingUpdate: in onSessionNotify()
418 notify->setInt32("what", kWhatBufferingUpdate); in onSessionNotify()
DGenericSource.cpp1528 notify->setInt32("what", kWhatBufferingUpdate); in notifyBufferingUpdate()
DNuPlayer.cpp2622 case Source::kWhatBufferingUpdate: in onSourceNotify()
/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.h112 kWhatBufferingUpdate = 8, enumerator
Dandroid_GenericPlayer.cpp356 case kWhatBufferingUpdate: in onMessageReceived()
575 sp<AMessage> msg = new AMessage(kWhatBufferingUpdate, this); in bufferingUpdate()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h114 kWhatBufferingUpdate, enumerator
DLiveSession.cpp2282 notify->setInt32("what", kWhatBufferingUpdate); in notifyBufferingUpdate()