Searched defs:streamVolume (Results 1 – 6 of 6) sorted by relevance
65 void AudioEffectVolume::SetStreamVolume(const std::string sessionID, const float streamVolume) in SetStreamVolume()
626 …EffectChainManager::StreamVolumeUpdate(const std::string sessionIDString, const float streamVolume) in StreamVolumeUpdate()
387 for (auto &streamVolume : streamVolume_) { in Dump() local395 for (auto &streamVolume : streamVolumeList) { in Dump() local415 auto streamVolume = streamVolume_.find(sessionId); in Monitor() local
430 bool OHAudioBuffer::SetStreamVolume(float streamVolume) in SetStreamVolume()
81 std::atomic<float> streamVolume; member
925 float streamVolume = 0.666; variable