Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h760 uint32_t mBeaconPlayingRefCount;// ref count for the playing beacon streams variable
DAudioPolicyManager.cpp4361 mBeaconPlayingRefCount(0), in AudioPolicyManager()
5422 mBeaconPlayingRefCount++; in handleEventForBeacon()
5425 if (mBeaconPlayingRefCount > 0) { in handleEventForBeacon()
5426 mBeaconPlayingRefCount--; in handleEventForBeacon()
5436 return setBeaconMute(mBeaconPlayingRefCount == 0); in handleEventForBeacon()
5442 mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); in setBeaconMute()