Home
last modified time | relevance | path

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

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