Searched refs:IStreamSource (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.h23 #include <media/IStreamSource.h>
31 const sp<IStreamSource> &source,
61 sp<IStreamSource> mSource;
H A DStreamingSource.h33 const sp<IStreamSource> &source);
59 sp<IStreamSource> mSource;
H A DStreamingSource.cpp41 const sp<IStreamSource> &source)
86 if (sourceFlags & IStreamSource::kFlagAlignedVideoData) {
285 return mSource->flags() & IStreamSource::kFlagIsRealTimeData;
H A DNuPlayerDriver.h42 virtual status_t setDataSource(const sp<IStreamSource> &source);
H A DNuPlayerStreamListener.cpp31 const sp<IStreamSource> &source,
H A DNuPlayer.h44 void setDataSourceAsync(const sp<IStreamSource> &source);
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp18 #define LOG_TAG "IStreamSource"
21 #include <media/IStreamSource.h>
31 // IStreamSource
42 struct BpStreamSource : public BpInterface<IStreamSource> {
44 : BpInterface<IStreamSource>(impl) {
49 data.writeInterfaceToken(IStreamSource::getInterfaceDescriptor());
56 data.writeInterfaceToken(IStreamSource::getInterfaceDescriptor());
66 data.writeInterfaceToken(IStreamSource::getInterfaceDescriptor());
74 data.writeInterfaceToken(IStreamSource::getInterfaceDescriptor());
81 IMPLEMENT_META_INTERFACE(StreamSource, "android.hardware.IStreamSource");
[all...]
H A DIMediaPlayerService.cpp30 #include <media/IStreamSource.h>
H A DIMediaPlayer.cpp31 #include <media/IStreamSource.h>
151 status_t setDataSource(const sp<IStreamSource> &source) {
669 sp<IStreamSource> source =
670 interface_cast<IStreamSource>(data.readStrongBinder());
/frameworks/av/include/media/
H A DIStreamSource.h29 struct IStreamSource : public IInterface { struct in namespace:android
63 struct BnStreamSource : public BnInterface<IStreamSource> {
H A DIMediaPlayer.h38 struct IStreamSource;
60 virtual status_t setDataSource(const sp<IStreamSource>& source) = 0;
H A DIMediaPlayerService.h40 struct IStreamSource;
H A Dmediaplayer.h31 #include <media/IStreamSource.h>
H A DMediaPlayerInterface.h179 virtual status_t setDataSource(const sp<IStreamSource>& /* source */) {
/frameworks/av/media/libmedia/include/media/
H A DIStreamSource.h29 struct IStreamSource : public IInterface { struct in namespace:android
63 struct BnStreamSource : public BnInterface<IStreamSource> {
H A DIMediaPlayer.h38 struct IStreamSource;
60 virtual status_t setDataSource(const sp<IStreamSource>& source) = 0;
H A DIMediaPlayerService.h40 struct IStreamSource;
H A Dmediaplayer.h31 #include <media/IStreamSource.h>
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.h43 const sp<IStreamSource> &/*source*/,
63 const sp<IStreamSource> &source);
H A DMediaPlayerFactory.cpp116 const sp<IStreamSource> &source) {
205 const sp<IStreamSource>& /*source*/,
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.h17 #include <media/IStreamSource.h>
42 // IStreamSource implementation
H A Dandroid_StreamPlayer.cpp22 #include <media/IStreamSource.h>
61 // IStreamSource implementation
393 } else if (mPlayer->setDataSource(static_cast<sp<IStreamSource>>(mAppProxy)) !=
/frameworks/av/cmds/stagefright/
H A Dstream.cpp26 #include <media/IStreamSource.h>
357 sp<IStreamSource> source;
/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h179 virtual status_t setDataSource(const sp<IStreamSource>& /* source */) {
/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp26 #include <media/IStreamSource.h>

Completed in 51 milliseconds

12