Home
last modified time | relevance | path

Searched refs:mBeaconMuteRefCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h759 uint32_t mBeaconMuteRefCount; // ref count for stream that would mute beacon variable
DAudioPolicyManager.cpp4360 mBeaconMuteRefCount(0), in AudioPolicyManager()
5414 mBeaconMuteRefCount++; in handleEventForBeacon()
5417 if (mBeaconMuteRefCount > 0) { in handleEventForBeacon()
5418 mBeaconMuteRefCount--; in handleEventForBeacon()
5431 if (mBeaconMuteRefCount > 0) { in handleEventForBeacon()
5442 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()