Home
last modified time | relevance | path

Searched refs:dataSrcStub_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H A Davmetadatahelper_client.cpp99 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()
H A Davmetadatahelper_client.h57 sptr<MediaDataSourceStub> dataSrcStub_ = nullptr; variable
/ohos5.0/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.cpp98 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()
H A Dplayer_client.h92 sptr<MediaDataSourceStub> dataSrcStub_ = nullptr; variable