HomeSort by relevance Sort by last modified time
    Searched defs:StreamingSource (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.h 30 struct NuPlayer::StreamingSource : public NuPlayer::Source {
31 StreamingSource(
49 virtual ~StreamingSource();
74 DISALLOW_EVIL_CONSTRUCTORS(StreamingSource);
StreamingSource.cpp 18 #define LOG_TAG "StreamingSource"
21 #include "StreamingSource.h"
39 NuPlayer::StreamingSource::StreamingSource(
48 NuPlayer::StreamingSource::~StreamingSource() {
55 status_t NuPlayer::StreamingSource::getBufferingSettings(
61 status_t NuPlayer::StreamingSource::setBufferingSettings(
66 void NuPlayer::StreamingSource::prepareAsync() {
80 void NuPlayer::StreamingSource::start()
    [all...]

Completed in 76 milliseconds