Home
last modified time | relevance | path

Searched refs:concurrencyEventDispatcher_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server_handler.h236 std::weak_ptr<IAudioConcurrencyEventDispatcher> concurrencyEventDispatcher_; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server_handler.cpp157 concurrencyEventDispatcher_ = dispatcher; in AddConcurrencyEventDispatcher()
1162 … std::shared_ptr<IAudioConcurrencyEventDispatcher> dispatcher = concurrencyEventDispatcher_.lock(); in HandleConcurrencyEventWithSessionID()