Searched refs:MediaDataSourceProxy (Results 1 – 2 of 2) sorted by relevance
34 class MediaDataSourceProxy::BufferCache : public NoCopyable {111 MediaDataSourceProxy::MediaDataSourceProxy(const sptr<IRemoteObject> &impl) in MediaDataSourceProxy() function in OHOS::Media::MediaDataSourceProxy117 MediaDataSourceProxy::~MediaDataSourceProxy() in ~MediaDataSourceProxy()122 int32_t MediaDataSourceProxy::ReadAt(const std::shared_ptr<AVSharedMemory> &mem, uint32_t length, i… in ReadAt()132 bool token = data.WriteInterfaceToken(MediaDataSourceProxy::GetDescriptor()); in ReadAt()154 int32_t MediaDataSourceProxy::GetSize(int64_t &size) in GetSize()160 bool token = data.WriteInterfaceToken(MediaDataSourceProxy::GetDescriptor()); in GetSize()
41 class MediaDataSourceProxy : public IRemoteProxy<IStandardMediaDataSource>, public NoCopyable {43 explicit MediaDataSourceProxy(const sptr<IRemoteObject> &impl);44 virtual ~MediaDataSourceProxy();53 static inline BrokerDelegator<MediaDataSourceProxy> delegator_;