Home
last modified time | relevance | path

Searched refs:SetObs (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate.h86 virtual std::tuple<ErrorCode, Action> SetObs();
133 return SetObs();
H A Dstate.cpp79 std::tuple<ErrorCode, Action> State::SetObs() in SetObs() function in OHOS::Media::Record::State
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_transcoder_engine.h81 virtual int32_t SetObs(const std::weak_ptr<ITransCoderEngineObs> &obs) = 0;
H A Di_recorder_engine.h128 virtual int32_t SetObs(const std::weak_ptr<IRecorderEngineObs> &obs) = 0;
H A Di_player_engine.h52 virtual int32_t SetObs(const std::weak_ptr<IPlayerEngineObs> &obs) = 0;
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_audio_recorder.cpp67 recorder->SetObs(obs); in CreateAudioRecorder()
H A Dstd_player.cpp106 player->SetObs(gCallback); in Create()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.h59 int32_t SetObs(const std::weak_ptr<IRecorderEngineObs>& obs) override;
H A Dhirecorder_impl.cpp154 int32_t HiRecorderImpl::SetObs(const std::weak_ptr<IRecorderEngineObs>& obs) in SetObs() function in OHOS::Media::Record::HiRecorderImpl
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.h64 int32_t SetObs(const std::weak_ptr<IRecorderEngineObs> &obs);
H A Dhirecorder_impl.cpp246 int32_t HiRecorderImpl::SetObs(const std::weak_ptr<IRecorderEngineObs> &obs) in SetObs() function in OHOS::Media::HiRecorderImpl
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.h49 int32_t SetObs(const std::weak_ptr<ITransCoderEngineObs> &obs);
H A Dhitranscoder_impl.cpp430 int32_t HiTransCoderImpl::SetObs(const std::weak_ptr<ITransCoderEngineObs> &obs) in SetObs() function in OHOS::Media::HiTransCoderImpl
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h71 int32_t SetObs(const std::weak_ptr<IPlayerEngineObs>& obs) override;
H A Dhiplayer_impl.cpp794 int32_t HiPlayerImpl::SetObs(const std::weak_ptr<IPlayerEngineObs>& obs) in SetObs() function in OHOS::Media::HiPlayerImpl
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/audio_recorder/
H A DTestFastRecorder.cpp70 recorder->SetObs(obs); in CreateRecorder()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h119 int32_t SetObs(const std::weak_ptr<IPlayerEngineObs>& obs) override;
H A Dhiplayer_impl.cpp1409 int32_t HiPlayerImpl::SetObs(const std::weak_ptr<IPlayerEngineObs>& obs) in SetObs() function in OHOS::Media::HiPlayerImpl
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.cpp284 return transCoderEngine_->SetObs(obs); in SetTransCoderCallback()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp791 return recorderEngine_->SetObs(obs); in SetRecorderCallback()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp287 ret = playerEngine_->SetObs(obs); in InitPlayEngine()