Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h743 uint32_t mBeaconMuteRefCount; // ref count for stream that would mute beacon variable
DAudioPolicyManager.cpp4284 mBeaconMuteRefCount(0), in AudioPolicyManager()
5328 mBeaconMuteRefCount++; in handleEventForBeacon()
5331 if (mBeaconMuteRefCount > 0) { in handleEventForBeacon()
5332 mBeaconMuteRefCount--; in handleEventForBeacon()
5345 if (mBeaconMuteRefCount > 0) { in handleEventForBeacon()
5356 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()