Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dpause_state.h44 return {ErrorCode::SUCCESS, Action::TRANS_TO_RECORDING}; in Start()
56 return {ErrorCode::SUCCESS, Action::TRANS_TO_RECORDING}; in Resume()
H A Dstate_machine.cpp139 case Action::TRANS_TO_RECORDING: in DoTask()
176 case Action::TRANS_TO_RECORDING: in ProcAction()
225 if (intent == Intent::NOTIFY_READY && action == Action::TRANS_TO_RECORDING) { in OnIntentExecuted()
H A Dready_state.h38 return {ErrorCode::SUCCESS, Action::TRANS_TO_RECORDING}; in Start()
H A Dstate.h65 TRANS_TO_RECORDING, enumerator
124 {Action::TRANS_TO_RECORDING, "TRANS_TO_RECORDING"},