Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_manager_impl.cpp93 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()
H A Daudio_haptic_manager_impl.h63 int32_t curPlayerCount_; variable