Searched refs:AHandlerReflector (Results 1 - 16 of 16) 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>
51 sp<AHandlerReflector<RepeaterSource> > mReflector;
H A DRepeaterSource.cpp67 mReflector = new AHandlerReflector<RepeaterSource>(this);
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h22 #include <media/stagefright/foundation/AHandlerReflector.h>
77 friend struct AHandlerReflector<NuCachedSource2>;
104 sp<AHandlerReflector<NuCachedSource2> > mReflector;
H A DSimpleSoftOMXComponent.h23 #include <media/stagefright/foundation/AHandlerReflector.h>
93 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler;
H A DSoftVideoDecoderOMXComponent.h23 #include <media/stagefright/foundation/AHandlerReflector.h>
/frameworks/av/include/media/stagefright/
H A DMPEG2TSWriter.h22 #include <media/stagefright/foundation/AHandlerReflector.h>
62 sp<AHandlerReflector<MPEG2TSWriter> > mReflector;
H A DMediaCodecSource.h21 #include <media/stagefright/foundation/AHandlerReflector.h>
66 // for AHandlerReflector
105 sp<AHandlerReflector<MediaCodecSource> > mReflector;
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h29 #include <media/stagefright/foundation/AHandlerReflector.h>
299 friend struct AHandlerReflector<GraphicBufferSource>;
317 sp<AHandlerReflector<GraphicBufferSource> > mReflector;
H A DSimpleSoftOMXComponent.cpp36 mHandler(new AHandlerReflector<SimpleSoftOMXComponent>(this)),
H A DGraphicBufferSource.cpp256 mReflector = new AHandlerReflector<GraphicBufferSource>(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.cpp187 mReflector(new AHandlerReflector<NuCachedSource2>(this)),
H A DMPEG2TSWriter.cpp506 mReflector = new AHandlerReflector<MPEG2TSWriter>(this);
H A DMediaCodecSource.cpp445 mReflector = new AHandlerReflector<MediaCodecSource>(this);

Completed in 4922 milliseconds