Searched refs:kWhatBufferingUpdate (Results 1 – 12 of 12) sorted by relevance
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2Source.h | 49 kWhatBufferingUpdate, enumerator
|
D | HTTPLiveSource2.cpp | 414 case LiveSession::kWhatBufferingUpdate: in onSessionNotify() 419 notify->setInt32("what", kWhatBufferingUpdate); in onSessionNotify()
|
D | GenericSource2.cpp | 1441 notify->setInt32("what", kWhatBufferingUpdate); in notifyBufferingUpdate()
|
D | NuPlayer2.cpp | 2682 case Source::kWhatBufferingUpdate: in onSourceNotify()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerSource.h | 49 kWhatBufferingUpdate, enumerator
|
D | HTTPLiveSource.cpp | 413 case LiveSession::kWhatBufferingUpdate: in onSessionNotify() 418 notify->setInt32("what", kWhatBufferingUpdate); in onSessionNotify()
|
D | GenericSource.cpp | 1508 notify->setInt32("what", kWhatBufferingUpdate); in notifyBufferingUpdate()
|
D | NuPlayer.cpp | 2589 case Source::kWhatBufferingUpdate: in onSourceNotify()
|
/frameworks/wilhelm/src/android/ |
D | android_GenericPlayer.h | 112 kWhatBufferingUpdate = 8, enumerator
|
D | android_GenericPlayer.cpp | 356 case kWhatBufferingUpdate: in onMessageReceived() 575 sp<AMessage> msg = new AMessage(kWhatBufferingUpdate, this); in bufferingUpdate()
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.h | 114 kWhatBufferingUpdate, enumerator
|
D | LiveSession.cpp | 2281 notify->setInt32("what", kWhatBufferingUpdate); in notifyBufferingUpdate()
|