Searched refs:dataSrcStub_ (Results 1 – 4 of 4) sorted by relevance
99 dataSrcStub_ = new(std::nothrow) MediaDataSourceStub(dataSrc); in SetSource()100 …CHECK_AND_RETURN_RET_LOG(dataSrcStub_ != nullptr, MSERR_NO_MEMORY, "failed to new dataSrcStub obje… in SetSource()102 sptr<IRemoteObject> object = dataSrcStub_->AsObject(); in SetSource()
57 sptr<MediaDataSourceStub> dataSrcStub_ = nullptr; variable
98 dataSrcStub_ = new(std::nothrow) MediaDataSourceStub(dataSrc); in SetSource()99 …CHECK_AND_RETURN_RET_LOG(dataSrcStub_ != nullptr, MSERR_NO_MEMORY, "failed to new dataSrcStub obje… in SetSource()101 sptr<IRemoteObject> object = dataSrcStub_->AsObject(); in SetSource()199 dataSrcStub_ = nullptr; in Reset()209 dataSrcStub_ = nullptr; in Release()220 dataSrcStub_ = nullptr; in ReleaseSync()
92 sptr<MediaDataSourceStub> dataSrcStub_ = nullptr; variable