Searched refs:mBeaconPlayingRefCount (Results 1 – 2 of 2) sorted by relevance
843 uint32_t mBeaconPlayingRefCount;// ref count for the playing beacon streams variable
4835 mBeaconPlayingRefCount(0), in AudioPolicyManager()6014 mBeaconPlayingRefCount++; in handleEventForBeacon()6017 if (mBeaconPlayingRefCount > 0) { in handleEventForBeacon()6018 mBeaconPlayingRefCount--; in handleEventForBeacon()6028 return setBeaconMute(mBeaconPlayingRefCount == 0); in handleEventForBeacon()6034 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()