Searched refs:in_channelVolumes (Results 1 – 6 of 6) sorted by relevance
103 ndk::ScopedAStatus StreamOutUsb::setHwVolume(const std::vector<float>& in_channelVolumes) { in setHwVolume() argument105 RETURN_STATUS_IF_ERROR(setHwVolumeImpl(in_channelVolumes)); in setHwVolume()111 deviceProfile->card, in_channelVolumes); in setHwVolume()
233 ndk::ScopedAStatus StreamOutPrimary::setHwVolume(const std::vector<float>& in_channelVolumes) { in setHwVolume() argument235 LOG(DEBUG) << __func__ << ": volumes " << ::android::internal::ToString(in_channelVolumes); in setHwVolume()239 RETURN_STATUS_IF_ERROR(setHwVolumeImpl(in_channelVolumes)); in setHwVolume()240 if (auto status = primary::PrimaryMixer::getInstance().setVolumes(in_channelVolumes); in setHwVolume()
73 ndk::ScopedAStatus setHwVolume(const std::vector<float>& in_channelVolumes) override;
89 ndk::ScopedAStatus setHwVolume(const std::vector<float>& in_channelVolumes) override;
521 ndk::ScopedAStatus setHwVolume(const std::vector<float>& in_channelVolumes) override;556 ndk::ScopedAStatus setHwVolumeImpl(const std::vector<float>& in_channelVolumes);
963 ndk::ScopedAStatus StreamOut::setHwVolume(const std::vector<float>& in_channelVolumes) { in setHwVolume() argument964 LOG(DEBUG) << __func__ << ": gains " << ::android::internal::ToString(in_channelVolumes); in setHwVolume()1030 const std::vector<float>& in_channelVolumes) { in setHwVolumeImpl() argument1031 LOG(DEBUG) << __func__ << ": volumes " << ::android::internal::ToString(in_channelVolumes); in setHwVolumeImpl()1032 if (in_channelVolumes.size() != mChannelCount) { in setHwVolumeImpl()1037 for (float volume : in_channelVolumes) { in setHwVolumeImpl()1043 mHwVolumes = in_channelVolumes; in setHwVolumeImpl()