Searched refs:clientVolume_ (Results 1 – 4 of 4) sorted by relevance
736 clientVolume_ = volume; in SetVolume()743 Trace trace("RendererInClientInner::GetVolume:" + std::to_string(clientVolume_)); in GetVolume()744 return clientVolume_; in GetVolume()1810 clientVolume_ = volumeRamp_.GetRampVolume(); in WriteCacheData()1811 AUDIO_INFO_LOG("clientVolume_:%{public}f", clientVolume_); in WriteCacheData()1812 …olume("RendererInClientInner::WriteCacheData:Ramp:clientVolume_:" + std::to_string(clientVolume_)); in WriteCacheData()1814 clientBuffer_->SetStreamVolume(clientVolume_); in WriteCacheData()2093 if (FLOAT_COMPARE_EQ(clientVolume_, volume)) { in SetVolumeWithRamp()2098 volumeRamp_.SetVolumeRampConfig(volume, clientVolume_, duration); in SetVolumeWithRamp()2134 info.volume = clientVolume_; in GetStreamSwitchInfo()
142 float clientVolume_ = 1.0f; variable
148 clientVolume_ = 1.0f; in InitParams()176 audioEffectVolume->SetStreamVolume(sessionIDTemp, clientVolume_); in Start()
344 float clientVolume_ = 1.0; variable