Searched refs:IStreamSource (Results 1 - 25 of 31) 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);
55 sp<IStreamSource> mSource;
H A DStreamingSource.cpp37 const sp<IStreamSource> &source)
71 if (sourceFlags & IStreamSource::kFlagAlignedVideoData) {
259 return mSource->flags() & IStreamSource::kFlagIsRealTimeData;
H A DNuPlayerDriver.h40 virtual status_t setDataSource(const sp<IStreamSource> &source);
H A DNuPlayer.h39 void setDataSourceAsync(const sp<IStreamSource> &source);
H A DNuPlayerStreamListener.cpp31 const sp<IStreamSource> &source,
H A DNuPlayerDriver.cpp119 status_t NuPlayerDriver::setDataSource(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.mk39 IStreamSource.cpp \
H A DIMediaPlayer.cpp26 #include <media/IStreamSource.h>
115 status_t setDataSource(const sp<IStreamSource> &source) {
394 sp<IStreamSource> source =
395 interface_cast<IStreamSource>(data.readStrongBinder());
H A DIMediaPlayerService.cpp33 #include <media/IStreamSource.h>
H A Dmediaplayer.cpp181 status_t MediaPlayer::setDataSource(const sp<IStreamSource> &source)
/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;
51 virtual status_t setDataSource(const sp<IStreamSource>& source) = 0;
H A DIMediaPlayerService.h43 struct IStreamSource;
H A Dmediaplayer.h26 #include <media/IStreamSource.h>
213 status_t setDataSource(const sp<IStreamSource> &source);
H A DMediaPlayerInterface.h148 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.h43 virtual status_t setDataSource(const sp<IStreamSource> &source);
H A DMediaPlayerFactory.cpp130 const sp<IStreamSource> &source) {
271 const sp<IStreamSource>& /*source*/,
H A DStagefrightPlayer.cpp70 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.cpp25 #include <media/IStreamSource.h>
350 sp<IStreamSource> source;
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h73 status_t setDataSource(const sp<IStreamSource> &source);

Completed in 597 milliseconds

12