Searched refs:mBeaconPlayingRefCount (Results 1 – 2 of 2) sorted by relevance
760 uint32_t mBeaconPlayingRefCount;// ref count for the playing beacon streams variable
4361 mBeaconPlayingRefCount(0), in AudioPolicyManager()5422 mBeaconPlayingRefCount++; in handleEventForBeacon()5425 if (mBeaconPlayingRefCount > 0) { in handleEventForBeacon()5426 mBeaconPlayingRefCount--; in handleEventForBeacon()5436 return setBeaconMute(mBeaconPlayingRefCount == 0); in handleEventForBeacon()5442 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()