Searched refs:AHandlerReflector (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DAHandlerReflector.h26 struct AHandlerReflector : public AHandler { struct in namespace:android
27 AHandlerReflector(T *target) function in struct:android::AHandlerReflector
42 AHandlerReflector(const AHandlerReflector<T> &);
43 AHandlerReflector<T> &operator=(const AHandlerReflector<T> &);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h6 #include <media/stagefright/foundation/AHandlerReflector.h>
46 sp<AHandlerReflector<RepeaterSource> > mReflector;
H A DRepeaterSource.cpp48 mReflector = new AHandlerReflector<RepeaterSource>(this);
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h22 #include <media/stagefright/foundation/AHandlerReflector.h>
71 friend struct AHandlerReflector<NuCachedSource2>;
93 sp<AHandlerReflector<NuCachedSource2> > mReflector;
H A DSimpleSoftOMXComponent.h23 #include <media/stagefright/foundation/AHandlerReflector.h>
87 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler;
/frameworks/av/include/media/stagefright/
H A DMPEG2TSWriter.h22 #include <media/stagefright/foundation/AHandlerReflector.h>
63 sp<AHandlerReflector<MPEG2TSWriter> > mReflector;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.h25 #include <media/stagefright/foundation/AHandlerReflector.h>
97 sp<AHandlerReflector<RTSPSource> > mReflector;
H A DRTSPSource.cpp71 mReflector = new AHandlerReflector<RTSPSource>(this);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h22 #include <media/stagefright/foundation/AHandlerReflector.h>
77 sp<AHandlerReflector<ARTPWriter> > mReflector;
H A DARTPWriter.cpp51 mReflector(new AHandlerReflector<ARTPWriter>(this)) {
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp185 mReflector(new AHandlerReflector<NuCachedSource2>(this)),
H A DMPEG2TSWriter.cpp519 mReflector = new AHandlerReflector<MPEG2TSWriter>(this);
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp36 mHandler(new AHandlerReflector<SimpleSoftOMXComponent>(this)),

Completed in 2276 milliseconds