Searched refs:DoPlay (Results 1 - 14 of 14) sorted by relevance
/foundation/multimedia/media_foundation/engine/scene/player/ |
H A D | play_executor.h | 51 virtual ErrorCode DoPlay() in DoPlay() function in OHOS::Media::PlayExecutor
|
/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | playing_state.h | 42 ret = executor_.DoPlay();
|
/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | stream_id_manager.cpp | 253 ThreadPool::Task streamPlayTask = [this, streamID] { this->DoPlay(streamID); }; in AddPlayTask() 263 int32_t StreamIDManager::DoPlay(const int32_t streamID) in DoPlay() function in OHOS::Media::StreamIDManager 265 MEDIA_LOGI("StreamIDManager::DoPlay start streamID:%{public}d", streamID); in DoPlay() 268 if (cacheBuffer->DoPlay(streamID) == MSERR_OK) { in DoPlay() 269 MEDIA_LOGI("StreamIDManager::DoPlay success streamID:%{public}d", streamID); in DoPlay() 272 MEDIA_LOGI("StreamIDManager::DoPlay failed streamID:%{public}d", streamID); in DoPlay() 279 MEDIA_LOGI("StreamIDManager::DoPlay fail erase playingStreamID:%{public}d", playingStreamID); in DoPlay()
|
H A D | cache_buffer.h | 60 int32_t DoPlay(const int32_t streamID);
|
H A D | stream_id_manager.h | 93 int32_t DoPlay(const int32_t streamID);
|
H A D | cache_buffer.cpp | 135 int32_t CacheBuffer::DoPlay(const int32_t streamID) in DoPlay() function in OHOS::Media::CacheBuffer 137 MediaTrace trace("CacheBuffer::DoPlay"); in DoPlay() 138 CHECK_AND_RETURN_RET_LOG(streamID == streamID_, MSERR_INVALID_VAL, "Invalid streamID, failed to DoPlay."); in DoPlay() 148 MEDIA_LOGI("CacheBuffer::DoPlay audioRenderer has started, streamID:%{public}d", streamID); in DoPlay() 151 MEDIA_LOGI("CacheBuffer::DoPlay callback_ OnPlayFinished, streamID:%{public}d", streamID); in DoPlay() 156 MEDIA_LOGE("CacheBuffer::DoPlay audioRenderer start failed, streamID:%{public}d", streamID); in DoPlay() 159 MEDIA_LOGI("CacheBuffer::DoPlay failed, call callback, streamID:%{public}d", streamID); in DoPlay() 166 MEDIA_LOGI("CacheBuffer::DoPlay success, streamID:%{public}d", streamID); in DoPlay()
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/ |
H A D | liteplayer_state_machine.h | 56 virtual int32_t DoPlay(void) = 0;
|
H A D | liteplayer.h | 97 int32_t DoPlay(void) override;
|
H A D | liteplayer_state_machine.cpp | 164 ret = playerControlHandle_->DoPlay(); in HandleMessage()
|
H A D | liteplayer.cpp | 1134 int32_t PlayerControl::DoPlay() in DoPlay() function in OHOS::Media::PlayerControl
|
/foundation/multimedia/media_foundation/engine/scene/player/lite/ |
H A D | hiplayer_impl.h | 102 ErrorCode DoPlay() override;
|
H A D | hiplayer_impl.cpp | 335 ErrorCode HiPlayerImpl::DoPlay() in DoPlay() function in OHOS::Media::HiPlayerImpl
|
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.h | 95 ErrorCode DoPlay();
|
H A D | hiplayer_impl.cpp | 262 ret = DoPlay(); in Play() 589 ErrorCode HiPlayerImpl::DoPlay() in DoPlay() function in OHOS::Media::HiPlayerImpl
|
Completed in 11 milliseconds