Searched refs:mBeaconPlayingRefCount (Results 1 – 2 of 2) sorted by relevance
744 uint32_t mBeaconPlayingRefCount;// ref count for the playing beacon streams variable
4285 mBeaconPlayingRefCount(0), in AudioPolicyManager()5336 mBeaconPlayingRefCount++; in handleEventForBeacon()5339 if (mBeaconPlayingRefCount > 0) { in handleEventForBeacon()5340 mBeaconPlayingRefCount--; in handleEventForBeacon()5350 return setBeaconMute(mBeaconPlayingRefCount == 0); in handleEventForBeacon()5356 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()