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

/frameworks/av/media/libstagefright/wifi-display/source/
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 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);

Completed in 88 milliseconds