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.h30 StreamingSource(const sp<IStreamSource> &source);
46 sp<IStreamSource> mSource;
H A DStreamingSource.cpp35 NuPlayer::StreamingSource::StreamingSource(const sp<IStreamSource> &source)
49 if (sourceFlags & IStreamSource::kFlagAlignedVideoData) {
H A DNuPlayer.h38 void setDataSource(const sp<IStreamSource> &source);
H A DNuPlayerDriver.h38 virtual status_t setDataSource(const sp<IStreamSource> &source);
H A DNuPlayerStreamListener.cpp31 const sp<IStreamSource> &source,
H A DNuPlayerDriver.cpp88 status_t NuPlayerDriver::setDataSource(const sp<IStreamSource> &source) {
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.h27 MP4Source(const sp<IStreamSource> &source);
44 sp<IStreamSource> mSource;
H A DMP4Source.cpp22 #include <media/IStreamSource.h>
30 StreamSource(const sp<IStreamSource> &source)
107 MP4Source::MP4Source(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.mk32 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());
H A DIMediaPlayerService.cpp30 #include <media/IStreamSource.h>
/frameworks/av/include/media/
H A DIStreamSource.h29 struct IStreamSource : public IInterface { struct in namespace:android
87 struct BnStreamSource : public BnInterface<IStreamSource> {
H A DIMediaPlayer.h34 class IStreamSource;
47 virtual status_t setDataSource(const sp<IStreamSource>& source) = 0;
H A Dmediaplayer.h26 #include <media/IStreamSource.h>
200 status_t setDataSource(const sp<IStreamSource> &source);
H A DIMediaPlayerService.h40 struct IStreamSource;
H A DMediaPlayerInterface.h130 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) {
228 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
/frameworks/av/cmds/stagefright/
H A Dstream.cpp24 #include <media/IStreamSource.h>
346 sp<IStreamSource> source;
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h60 status_t setDataSource(const sp<IStreamSource> &source);

Completed in 2887 milliseconds

12