Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate_machine.cpp34 intentSync_("fsmSync"), in StateMachine()
82 if (!intentSync_.WaitFor( in SendEvent()
248 intentSync_.Notify(Intent::PLAY, result); in OnIntentExecuted()
250 intentSync_.Notify(intent, result); in OnIntentExecuted()
256 intentSync_.Notify(intent, code); in Notify()
H A Dstate_machine.h81 mutable OSAL::Synchronizer<Intent, ErrorCode> intentSync_; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate_machine.cpp27 intentSync_("fsmSync"), in StateMachine()
73 if (!intentSync_.WaitFor(intent, in SendEvent()
226 intentSync_.Notify(Intent::START, result); in OnIntentExecuted()
228 intentSync_.Notify(intent, result); in OnIntentExecuted()
H A Dstate_machine.h85 mutable OSAL::Synchronizer<Intent, ErrorCode> intentSync_; variable