Searched refs:mBeaconPlayingRefCount (Results 1 – 2 of 2) sorted by relevance
562 uint32_t mBeaconPlayingRefCount;// ref count for the playing beacon streams variable
3141 mBeaconPlayingRefCount(0), in AudioPolicyManager()4442 mBeaconPlayingRefCount++; in AudioPolicyManager()4445 if (mBeaconPlayingRefCount > 0) { in AudioPolicyManager()4446 mBeaconPlayingRefCount--; in AudioPolicyManager()4456 return setBeaconMute(mBeaconPlayingRefCount == 0); in AudioPolicyManager()4462 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in AudioPolicyManager()