Searched defs:max_volume (Results 1 – 6 of 6) sorted by relevance
85 optional int32 max_volume = 2; field
585 uint32_t max_volume; in SetMaxPlayoutVolume() local626 uint32_t max_volume(0); in GetMaxSpeakerVolume() local822 const int max_volume = GetMaxSpeakerVolume(); in TEST_F() local
619 uint32_t max_volume; in SetMaxPlayoutVolume() local660 uint32_t max_volume(0); in GetMaxSpeakerVolume() local825 const int max_volume = GetMaxSpeakerVolume(); in TEST_F() local
368 absl::optional<uint32_t> max_volume = output_->MaxSpeakerVolume(); in MaxSpeakerVolume() local
416 int max_volume; // Maximum play-out volume. member
3363 inline int32_t PlayoutAudioDeviceInfo::max_volume() const { in max_volume() function