Home
last modified time | relevance | path

Searched refs:castPlusLoopModeToInt_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.cpp322 if (castPlusLoopModeToInt_.count(castLoopMode) != 0) { in GetCastAVPlaybackState()
323 avPlaybackState.SetLoopMode(castPlusLoopModeToInt_[castLoopMode]); in GetCastAVPlaybackState()
581 if (castPlusLoopModeToInt_.count(loopMode) == 0) { in OnLoopModeChanged()
584 SLOGD("StreamPlayer received loop mode changed event: %{public}d", castPlusLoopModeToInt_[loopMode]); in OnLoopModeChanged()
585 avCastPlaybackState.SetLoopMode(castPlusLoopModeToInt_[loopMode]); in OnLoopModeChanged()
594 SLOGI("loop mode changed event done: %{public}d", castPlusLoopModeToInt_[loopMode]); in OnLoopModeChanged()
H A Dhw_cast_stream_player.h109 std::map<CastEngine::LoopMode, int32_t> castPlusLoopModeToInt_ = { member in OHOS::AVSession::HwCastStreamPlayer

Completed in 2 milliseconds