Searched refs:mBeaconPlayingRefCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h854 uint32_t mBeaconPlayingRefCount;// ref count for the playing beacon streams member in class:android::AudioPolicyManager
H A DAudioPolicyManager.cpp3058 mBeaconPlayingRefCount(0),
4473 mBeaconPlayingRefCount++;
4476 if (mBeaconPlayingRefCount > 0) {
4477 mBeaconPlayingRefCount--;
4487 return setBeaconMute(mBeaconPlayingRefCount == 0);
4492 ALOGV("setBeaconMute(%d) mBeaconMuteRefCount=%d mBeaconPlayingRefCount=%d",
4493 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount);

Completed in 146 milliseconds