HomeSort by relevance Sort by last modified time
    Searched refs:kWhatBufferingUpdate (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerSource.h 48 kWhatBufferingUpdate,
HTTPLiveSource.cpp 366 case LiveSession::kWhatBufferingUpdate:
371 notify->setInt32("what", kWhatBufferingUpdate);
GenericSource.cpp 582 msg->setInt32("what", kWhatBufferingUpdate);
    [all...]
NuPlayer.cpp     [all...]
  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 112 kWhatBufferingUpdate = 'bufu',
android_GenericPlayer.cpp 356 case kWhatBufferingUpdate:
357 SL_LOGV("kWhatBufferingUpdate");
575 sp<AMessage> msg = new AMessage(kWhatBufferingUpdate, this);
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 111 kWhatBufferingUpdate,
LiveSession.cpp     [all...]

Completed in 102 milliseconds