Searched refs:BnMediaSource (Results 1 – 5 of 5) sorted by relevance
131 class BnMediaSource: public BnInterface<IMediaSource>134 BnMediaSource();152 virtual ~BnMediaSource();
52 RemoteMediaBufferReleaser(MediaBuffer *buf, sp<BnMediaSource> owner) { in RemoteMediaBufferReleaser()79 sp<BnMediaSource> mOwner;248 BnMediaSource::BnMediaSource() in BnMediaSource() function in android::BnMediaSource252 BnMediaSource::~BnMediaSource() { in ~BnMediaSource()257 status_t BnMediaSource::onTransact( in onTransact()
33 struct MediaSource : public BnMediaSource {
100 friend class BnMediaSource; variable
30 class AACEncoder: public BnMediaSource {