Searched refs:curPlayerCount_ (Results 1 – 2 of 2) sorted by relevance
93 curPlayerCount_ = 0; in AudioHapticManagerImpl()115 curPlayerCount_ = 0; in ~AudioHapticManagerImpl()125 if (curPlayerCount_ >= MAX_PLAYER_NUM) { in RegisterSourceWithEffectId()126 … MEDIA_LOGE("RegisterSourceWithEffectId failed. curPlayerCount_: %{public}d", curPlayerCount_); in RegisterSourceWithEffectId()137 curPlayerCount_ += 1; in RegisterSourceWithEffectId()147 if (curPlayerCount_ >= MAX_PLAYER_NUM) { in RegisterSource()148 MEDIA_LOGE("RegisterSource failed curPlayerCount_: %{public}d", curPlayerCount_); in RegisterSource()162 curPlayerCount_ += 1; in RegisterSource()193 curPlayerCount_ -= 1; in UnregisterSource()
63 int32_t curPlayerCount_; variable