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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h48 kWhatBufferingUpdate, enumerator in enum:android::NuPlayer::Source::__anon310
H A DHTTPLiveSource.cpp371 case LiveSession::kWhatBufferingUpdate:
376 notify->setInt32("what", kWhatBufferingUpdate);
H A DGenericSource.cpp1640 msg->setInt32("what", kWhatBufferingUpdate);
H A DNuPlayer.cpp2192 case Source::kWhatBufferingUpdate:
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.h112 kWhatBufferingUpdate = 8, enumerator in enum:android::GenericPlayer::__anon1736
H A Dandroid_GenericPlayer.cpp356 case kWhatBufferingUpdate:
357 SL_LOGV("kWhatBufferingUpdate");
575 sp<AMessage> msg = new AMessage(kWhatBufferingUpdate, this);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h111 kWhatBufferingUpdate, enumerator in enum:android::LiveSession::__anon706
H A DLiveSession.cpp2258 notify->setInt32("what", kWhatBufferingUpdate);

Completed in 1112 milliseconds