Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h842 uint32_t mBeaconMuteRefCount; // ref count for stream that would mute beacon variable
DAudioPolicyManager.cpp4834 mBeaconMuteRefCount(0), in AudioPolicyManager()
6006 mBeaconMuteRefCount++; in handleEventForBeacon()
6009 if (mBeaconMuteRefCount > 0) { in handleEventForBeacon()
6010 mBeaconMuteRefCount--; in handleEventForBeacon()
6023 if (mBeaconMuteRefCount > 0) { in handleEventForBeacon()
6034 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()