Searched refs:IStreamSource (Results 1 - 25 of 35) 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.h32 const sp<IStreamSource> &source);
49 sp<IStreamSource> mSource;
H A DStreamingSource.cpp37 const sp<IStreamSource> &source)
58 if (sourceFlags & IStreamSource::kFlagAlignedVideoData) {
186 return mSource->flags() & IStreamSource::kFlagIsRealTimeData;
H A DNuPlayerDriver.h38 virtual status_t setDataSource(const sp<IStreamSource> &source);
H A DNuPlayer.h38 void setDataSourceAsync(const sp<IStreamSource> &source);
H A DNuPlayerStreamListener.cpp31 const sp<IStreamSource> &source,
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.h27 MP4Source(const sp<AMessage> &notify, const sp<IStreamSource> &source);
43 sp<IStreamSource> mSource;
H A DMP4Source.cpp22 #include <media/IStreamSource.h>
30 StreamSource(const sp<IStreamSource> &source)
108 const sp<AMessage> &notify, const sp<IStreamSource> &source)
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp18 #define LOG_TAG "IStreamSource"
21 #include <media/IStreamSource.h>
39 // IStreamSource
50 struct BpStreamSource : public BpInterface<IStreamSource> {
52 : BpInterface<IStreamSource>(impl) {
57 data.writeInterfaceToken(IStreamSource::getInterfaceDescriptor());
64 data.writeInterfaceToken(IStreamSource::getInterfaceDescriptor());
74 data.writeInterfaceToken(IStreamSource::getInterfaceDescriptor());
82 data.writeInterfaceToken(IStreamSource::getInterfaceDescriptor());
89 IMPLEMENT_META_INTERFACE(StreamSource, "android.hardware.IStreamSource");
[all...]
H A DAndroid.mk36 IStreamSource.cpp \
H A DIMediaPlayer.cpp25 #include <media/IStreamSource.h>
108 status_t setDataSource(const sp<IStreamSource> &source) {
379 sp<IStreamSource> source =
380 interface_cast<IStreamSource>(data.readStrongBinder());
/frameworks/av/include/media/
H A DIStreamSource.h29 struct IStreamSource : public IInterface { struct in namespace:android
90 struct BnStreamSource : public BnInterface<IStreamSource> {
H A DIMediaPlayer.h34 class IStreamSource;
47 virtual status_t setDataSource(const sp<IStreamSource>& source) = 0;
H A DIMediaPlayerService.h41 struct IStreamSource;
H A Dmediaplayer.h26 #include <media/IStreamSource.h>
206 status_t setDataSource(const sp<IStreamSource> &source);
H A DMediaPlayerInterface.h144 virtual status_t setDataSource(const sp<IStreamSource> &source) {
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.h43 const sp<IStreamSource> &source,
59 const sp<IStreamSource> &source);
H A DStagefrightPlayer.h41 virtual status_t setDataSource(const sp<IStreamSource> &source);
H A DMediaPlayerFactory.cpp121 const sp<IStreamSource> &source) {
233 const sp<IStreamSource> &source,
H A DStagefrightPlayer.cpp68 status_t StagefrightPlayer::setDataSource(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>
60 // IStreamSource implementation
392 } else if (mPlayer->setDataSource(mAppProxy /*IStreamSource*/) != NO_ERROR) {
/frameworks/av/cmds/stagefright/
H A Dstream.cpp24 #include <media/IStreamSource.h>
347 sp<IStreamSource> source;
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h60 status_t setDataSource(const sp<IStreamSource> &source);
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h71 status_t setDataSource(const sp<IStreamSource> &source);

Completed in 299 milliseconds

12