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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h30 struct NuPlayer::HTTPLiveSource : public NuPlayer::Source { struct in class:android::NuPlayer
31 HTTPLiveSource(
59 virtual ~HTTPLiveSource();
94 DISALLOW_EVIL_CONSTRUCTORS(HTTPLiveSource);
H A DHTTPLiveSource.cpp18 #define LOG_TAG "HTTPLiveSource"
21 #include "HTTPLiveSource.h"
42 NuPlayer::HTTPLiveSource::HTTPLiveSource( function in class:android::NuPlayer::HTTPLiveSource
72 NuPlayer::HTTPLiveSource::~HTTPLiveSource() {
85 status_t NuPlayer::HTTPLiveSource::getDefaultBufferingSettings(
96 status_t NuPlayer::HTTPLiveSource::setBufferingSettings(const BufferingSettings& buffering) {
121 void NuPlayer::HTTPLiveSource::prepareAsync() {
144 void NuPlayer::HTTPLiveSource
[all...]

Completed in 19 milliseconds