Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h854 uint32_t mBeaconMuteRefCount; // ref count for stream that would mute beacon variable
H A DAudioPolicyManager.cpp5068 mBeaconMuteRefCount(0), in AudioPolicyManager()
6243 mBeaconMuteRefCount++; in handleEventForBeacon()
6246 if (mBeaconMuteRefCount > 0) { in handleEventForBeacon()
6247 mBeaconMuteRefCount--; in handleEventForBeacon()
6260 if (mBeaconMuteRefCount > 0) { in handleEventForBeacon()
6271 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()