Searched refs:StreamingSource (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp18 #define LOG_TAG "StreamingSource"
21 #include "StreamingSource.h"
38 NuPlayer::StreamingSource::StreamingSource( function in class:android::NuPlayer::StreamingSource
47 NuPlayer::StreamingSource::~StreamingSource() {
54 status_t NuPlayer::StreamingSource::getDefaultBufferingSettings(
60 status_t NuPlayer::StreamingSource::setBufferingSettings(
70 void NuPlayer::StreamingSource::prepareAsync() {
84 void NuPlayer::StreamingSource
[all...]
H A DStreamingSource.h30 struct NuPlayer::StreamingSource : public NuPlayer::Source { struct in class:android::NuPlayer
31 StreamingSource(
49 virtual ~StreamingSource();
74 DISALLOW_EVIL_CONSTRUCTORS(StreamingSource);
H A DAndroid.mk17 StreamingSource.cpp \
H A DNuPlayer.h116 struct StreamingSource;
H A DNuPlayer.cpp35 #include "StreamingSource.h"
227 msg->setObject("source", new StreamingSource(notify, source));

Completed in 90 milliseconds