Home | History | Annotate | Download | only in libmedia

Lines Matching refs:IStreamSource

18 #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");
96 CHECK_INTERFACE(IStreamSource, data, reply);
104 CHECK_INTERFACE(IStreamSource, data, reply);
119 CHECK_INTERFACE(IStreamSource, data, reply);
126 CHECK_INTERFACE(IStreamSource, data, reply);