Searched refs:RepeaterSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h13 struct RepeaterSource : public MediaSource { struct in namespace:android
14 RepeaterSource(const sp<MediaSource> &source, double rateHz);
25 // If RepeaterSource is currently dormant, because SurfaceFlinger didn't
30 virtual ~RepeaterSource();
46 sp<AHandlerReflector<RepeaterSource> > mReflector;
57 DISALLOW_EVIL_CONSTRUCTORS(RepeaterSource);
H A DRepeaterSource.cpp2 #define LOG_TAG "RepeaterSource"
5 #include "RepeaterSource.h"
15 RepeaterSource::RepeaterSource(const sp<MediaSource> &source, double rateHz) function in class:android::RepeaterSource
26 RepeaterSource::~RepeaterSource() {
30 status_t RepeaterSource::start(MetaData *params) {
48 mReflector = new AHandlerReflector<RepeaterSource>(this);
58 status_t RepeaterSource::stop() {
85 sp<MetaData> RepeaterSource
[all...]
H A DPlaybackSession.cpp25 #include "RepeaterSource.h"
65 void setRepeaterSource(const sp<RepeaterSource> &source);
110 sp<RepeaterSource> mRepeaterSource;
248 const sp<RepeaterSource> &source) {
668 track->setRepeaterSource(static_cast<RepeaterSource *>(source.get()));
688 sp<RepeaterSource> videoSource =
689 new RepeaterSource(source, 30.0 /* rateHz */);
/frameworks/av/media/libstagefright/wifi-display/
H A DAndroid.mk16 source/RepeaterSource.cpp \

Completed in 673 milliseconds