Searched refs:mBeaconPlayingRefCount (Results 1 – 2 of 2) sorted by relevance
1024 uint32_t mBeaconPlayingRefCount;// ref count for the playing beacon streams variable
6447 mBeaconPlayingRefCount(0), in AudioPolicyManager()7630 mBeaconPlayingRefCount++; in handleEventForBeacon()7633 if (mBeaconPlayingRefCount > 0) { in handleEventForBeacon()7634 mBeaconPlayingRefCount--; in handleEventForBeacon()7644 return setBeaconMute(mBeaconPlayingRefCount == 0); in handleEventForBeacon()7650 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()