Searched refs:RepeaterSource (Results 1 - 4 of 4) 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 double RepeaterSource::getFrameRate() const {
34 void RepeaterSource::setFrameRate(double rateHz) {
49 status_t RepeaterSource::start(MetaData *params) {
67 mReflector = new AHandlerReflector<RepeaterSource>(thi
[all...]
H A DRepeaterSource.h15 struct RepeaterSource : public MediaSource { struct in namespace:android
16 RepeaterSource(const sp<MediaSource> &source, double rateHz);
27 // If RepeaterSource is currently dormant, because SurfaceFlinger didn't
35 virtual ~RepeaterSource();
51 sp<AHandlerReflector<RepeaterSource> > mReflector;
62 DISALLOW_EVIL_CONSTRUCTORS(RepeaterSource);
H A DPlaybackSession.cpp25 #include "RepeaterSource.h"
64 void setRepeaterSource(const sp<RepeaterSource> &source);
70 const sp<RepeaterSource> &repeaterSource() const;
117 sp<RepeaterSource> mRepeaterSource;
176 const sp<RepeaterSource> &
280 const sp<RepeaterSource> &source) {
712 sp<RepeaterSource> repeaterSource = videoTrack->repeaterSource();
998 track->setRepeaterSource(static_cast<RepeaterSource *>(source.get()));
1050 sp<RepeaterSource> videoSource =
1051 new RepeaterSource(sourc
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DAndroid.mk12 source/RepeaterSource.cpp \

Completed in 1133 milliseconds