Searched refs:mBeaconPlayingRefCount (Results 1 – 2 of 2) sorted by relevance
855 uint32_t mBeaconPlayingRefCount;// ref count for the playing beacon streams variable
5069 mBeaconPlayingRefCount(0), in AudioPolicyManager()6251 mBeaconPlayingRefCount++; in handleEventForBeacon()6254 if (mBeaconPlayingRefCount > 0) { in handleEventForBeacon()6255 mBeaconPlayingRefCount--; in handleEventForBeacon()6265 return setBeaconMute(mBeaconPlayingRefCount == 0); in handleEventForBeacon()6271 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()