HomeSort by relevance Sort by last modified time
    Searched refs:IDataSource (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/av/include/media/
IDataSource.h 29 class IDataSource : public IInterface {
46 DISALLOW_EVIL_CONSTRUCTORS(IDataSource);
51 class BnDataSource : public BnInterface<IDataSource> {
IMediaMetadataRetriever.h 29 class IDataSource;
44 virtual status_t setDataSource(const sp<IDataSource>& dataSource) = 0;
mediametadataretriever.h 28 class IDataSource;
79 status_t setDataSource(const sp<IDataSource>& dataSource);
IMediaPlayer.h 34 class IDataSource;
55 virtual status_t setDataSource(const sp<IDataSource>& source) = 0;
mediaplayer.h 219 status_t setDataSource(const sp<IDataSource> &source);
  /frameworks/av/media/libmedia/
IDataSource.cpp 18 #define LOG_TAG "IDataSource"
22 #include <media/IDataSource.h>
37 struct BpDataSource : public BpInterface<IDataSource> {
38 BpDataSource(const sp<IBinder>& impl) : BpInterface<IDataSource>(impl) {}
42 data.writeInterfaceToken(IDataSource::getInterfaceDescriptor());
50 data.writeInterfaceToken(IDataSource::getInterfaceDescriptor());
59 data.writeInterfaceToken(IDataSource::getInterfaceDescriptor());
68 data.writeInterfaceToken(IDataSource::getInterfaceDescriptor());
73 IMPLEMENT_META_INTERFACE(DataSource, "android.media.IDataSource");
79 CHECK_INTERFACE(IDataSource, data, reply)
    [all...]
IMediaMetadataRetriever.cpp 23 #include <media/IDataSource.h>
130 status_t setDataSource(const sp<IDataSource>& source)
251 sp<IDataSource> source =
252 interface_cast<IDataSource>(data.readStrongBinder());
Android.mk 25 IDataSource.cpp \
mediametadataretriever.cpp 133 const sp<IDataSource>& dataSource)
135 ALOGV("setDataSource(IDataSource)");
IMediaPlayer.cpp 27 #include <media/IDataSource.h>
132 status_t setDataSource(const sp<IDataSource> &source) {
475 sp<IDataSource> source =
476 interface_cast<IDataSource>(data.readStrongBinder());
  /frameworks/av/media/libstagefright/include/
CallbackDataSource.h 25 class IDataSource;
28 // A stagefright DataSource that wraps a binder IDataSource. It's a "Callback"
29 // DataSource because it calls back to the IDataSource for data.
32 CallbackDataSource(const sp<IDataSource>& iDataSource);
41 sp<IDataSource> mIDataSource;
50 // This reduces the number of binder round trips to the IDataSource and has a significant
AwesomePlayer.h 37 class IDataSource;
  /frameworks/base/media/jni/
android_media_MediaDataSource.h 22 #include <media/IDataSource.h>
30 // IDataSource so that it can be accessed remotely.
  /frameworks/av/include/media/stagefright/
DataSource.h 35 class IDataSource;
57 static sp<DataSource> CreateFromIDataSource(const sp<IDataSource> &source);
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.h 52 virtual status_t setDataSource(const sp<IDataSource>& source);
MediaPlayerService.h 40 class IDataSource;
321 virtual status_t setDataSource(const sp<IDataSource> &source);
MetadataRetrieverClient.cpp 178 const sp<IDataSource>& source)
180 ALOGV("setDataSource(IDataSource)");
  /frameworks/av/media/libstagefright/
CallbackDataSource.cpp 24 #include <media/IDataSource.h>
32 const sp<IDataSource>& binderDataSource)
55 // IDataSource can only read up to mMemory->size() bytes at a time, but this
91 // IDataSource will set size to -1 to indicate unknown size, but
DataSource.cpp 285 sp<DataSource> DataSource::CreateFromIDataSource(const sp<IDataSource> &source) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h 28 #undef IDataSource
33 typedef struct IDataSource IDataSource;
299 struct IDataSource : public IDispatch {
317 HRESULT (WINAPI *QueryInterface)(IDataSource *This,REFIID riid,void **ppvObject);
318 ULONG (WINAPI *AddRef)(IDataSource *This);
319 ULONG (WINAPI *Release)(IDataSource *This);
320 HRESULT (WINAPI *GetTypeInfoCount)(IDataSource *This,UINT *pctinfo);
321 HRESULT (WINAPI *GetTypeInfo)(IDataSource *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
322 HRESULT (WINAPI *GetIDsOfNames)(IDataSource *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId)
    [all...]
cdosys_i.c 46 #undef IDataSource
msdatsrc.h 36 #define IDataSource DataSource
cdoex.h 28 #undef IDataSource
33 typedef struct IDataSource IDataSource;
505 struct IDataSource : public IDispatch {
523 HRESULT (WINAPI *QueryInterface)(IDataSource *This,REFIID riid,void **ppvObject);
524 ULONG (WINAPI *AddRef)(IDataSource *This);
525 ULONG (WINAPI *Release)(IDataSource *This);
526 HRESULT (WINAPI *GetTypeInfoCount)(IDataSource *This,UINT *pctinfo);
527 HRESULT (WINAPI *GetTypeInfo)(IDataSource *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
528 HRESULT (WINAPI *GetIDsOfNames)(IDataSource *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.h 35 class IDataSource;
NuPlayer.h 31 class IDataSource;

Completed in 655 milliseconds

1 2