Home
last modified time | relevance | path

Searched refs:AHandlerReflector (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAHandlerReflector.h26 struct AHandlerReflector : public AHandler { struct
27 AHandlerReflector(T *target) in AHandlerReflector() function
42 AHandlerReflector(const AHandlerReflector<T> &); argument
43 AHandlerReflector<T> &operator=(const AHandlerReflector<T> &); argument
/aosp12/frameworks/av/media/libdatasource/include/datasource/
H A DNuCachedSource2.h79 friend struct AHandlerReflector<NuCachedSource2>;
106 sp<AHandlerReflector<NuCachedSource2> > mReflector;
/aosp12/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DGraphicBufferSource.h399 friend struct AHandlerReflector<GraphicBufferSource>;
413 sp<AHandlerReflector<GraphicBufferSource> > mReflector;
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMPEG2TSWriter.h62 sp<AHandlerReflector<MPEG2TSWriter> > mReflector;
H A DMPEG4Writer.h86 friend struct AHandlerReflector<MPEG4Writer>;
138 sp<AHandlerReflector<MPEG4Writer> > mReflector;
H A DMediaCodecSource.h125 sp<AHandlerReflector<MediaCodecSource> > mReflector;
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSimpleSoftOMXComponent.h104 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler;
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h90 sp<AHandlerReflector<ARTPWriter> > mReflector;
H A DARTPWriter.cpp79 mReflector(new AHandlerReflector<ARTPWriter>(this)), in ARTPWriter()
131 mReflector(new AHandlerReflector<ARTPWriter>(this)), in ARTPWriter()
/aosp12/frameworks/av/media/libdatasource/
H A DNuCachedSource2.cpp187 mReflector(new AHandlerReflector<NuCachedSource2>(this)), in NuCachedSource2()
/aosp12/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp39 mHandler(new AHandlerReflector<SimpleSoftOMXComponent>(this)), in SimpleSoftOMXComponent()
/aosp12/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp482 mReflector = new AHandlerReflector<MPEG2TSWriter>(this); in init()
H A DMediaCodecSource.cpp502 mReflector = new AHandlerReflector<MediaCodecSource>(this); in initEncoder()
H A DMPEG4Writer.cpp2326 mReflector = new AHandlerReflector<MPEG4Writer>(this); in setupAndStartLooper()
/aosp12/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp451 mReflector = new AHandlerReflector<GraphicBufferSource>(this); in start()