Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp330 if (hasSubscribedVolumeKeyEvents_.load()) { in SubscribeVolumeKeyEvents()
340 hasSubscribedVolumeKeyEvents_.store(true); in SubscribeVolumeKeyEvents()
343 hasSubscribedVolumeKeyEvents_.store(false); in SubscribeVolumeKeyEvents()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h581 std::atomic<bool> hasSubscribedVolumeKeyEvents_ = false; variable