Home
last modified time | relevance | path

Searched refs:TRANS_TO_PLAYING (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dpause_state.h45 return {ErrorCode::SUCCESS, Action::TRANS_TO_PLAYING};
67 return {ErrorCode::SUCCESS, Action::TRANS_TO_PLAYING};
H A Dready_state.h59 return {ErrorCode::SUCCESS, Action::TRANS_TO_PLAYING};
H A Deos_state.h34 return {ErrorCode::SUCCESS, Action::TRANS_TO_PLAYING};
H A Dstate_machine.cpp150 case Action::TRANS_TO_PLAYING: in DoTask()
192 case Action::TRANS_TO_PLAYING: in ProcAction()
247 if (intent == Intent::NOTIFY_READY && action == Action::TRANS_TO_PLAYING) { in OnIntentExecuted()
H A Dstate.h63 TRANS_TO_PLAYING, member in OHOS::Media::Action
H A Dstate.cpp65 {Action::TRANS_TO_PLAYING, "TRANS_TO_PLAYING"}, in GetActionName()

Completed in 3 milliseconds