Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:mBeaconPlayingRefCount

3458     mBeaconPlayingRefCount(0),
4753 mBeaconPlayingRefCount++;
4756 if (mBeaconPlayingRefCount > 0) {
4757 mBeaconPlayingRefCount--;
4767 return setBeaconMute(mBeaconPlayingRefCount == 0);
4772 ALOGV("setBeaconMute(%d) mBeaconMuteRefCount=%d mBeaconPlayingRefCount=%d",
4773 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount);