Home
last modified time | relevance | path

Searched refs:lowPowerFactor_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp83 it->second.isMuted_ ? 0.0f : it->second.volume_ * it->second.duckFactor_ * it->second.lowPowerFactor_; in GetVolume()
86 sessionId, it->second.volume_, it->second.duckFactor_, it->second.lowPowerFactor_, it->second.isMuted_, in GetVolume()
201 it->second.lowPowerFactor_ = lowPowerFactor; in SetStreamVolumeLowPowerFactor()
353 AppendFormat(dumpString, " powerFactor: %f ", streamVolume.lowPowerFactor_); in Dump()
377 bean->Add("POWERVOLUMEFACTOR", streamVolume->second.lowPowerFactor_); in Monitor()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_volume.h84 float lowPowerFactor_ = 1.0f; member in OHOS::AudioStandard::StreamVolume

Completed in 1 milliseconds