Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Source.h49 kWhatBufferingUpdate, enumerator
DHTTPLiveSource2.cpp414 case LiveSession::kWhatBufferingUpdate: in onSessionNotify()
419 notify->setInt32("what", kWhatBufferingUpdate); in onSessionNotify()
DGenericSource2.cpp1441 notify->setInt32("what", kWhatBufferingUpdate); in notifyBufferingUpdate()
DNuPlayer2.cpp2682 case Source::kWhatBufferingUpdate: in onSourceNotify()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h49 kWhatBufferingUpdate, enumerator
DHTTPLiveSource.cpp413 case LiveSession::kWhatBufferingUpdate: in onSessionNotify()
418 notify->setInt32("what", kWhatBufferingUpdate); in onSessionNotify()
DGenericSource.cpp1508 notify->setInt32("what", kWhatBufferingUpdate); in notifyBufferingUpdate()
DNuPlayer.cpp2589 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.cpp2281 notify->setInt32("what", kWhatBufferingUpdate); in notifyBufferingUpdate()