Searched refs:intentSync_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | state_machine.cpp | 34 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 D | state_machine.h | 81 mutable OSAL::Synchronizer<Intent, ErrorCode> intentSync_; variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state_machine.cpp | 27 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 D | state_machine.h | 85 mutable OSAL::Synchronizer<Intent, ErrorCode> intentSync_; variable
|