Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h771 uint32_t mBeaconMuteRefCount; // ref count for stream that would mute beacon variable
DAudioPolicyManager.cpp4486 mBeaconMuteRefCount(0), in AudioPolicyManager()
5612 mBeaconMuteRefCount++; in handleEventForBeacon()
5615 if (mBeaconMuteRefCount > 0) { in handleEventForBeacon()
5616 mBeaconMuteRefCount--; in handleEventForBeacon()
5629 if (mBeaconMuteRefCount > 0) { in handleEventForBeacon()
5640 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()