Searched defs:StreamingSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
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 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...]

Completed in 301 milliseconds