Home
last modified time | relevance | path

Searched defs:max_volume (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/av/services/mediametrics/
H A DAudioPowerUsage.cpp171 double max_volume; in sendItem() local
225 int64_t max_volume_duration_ns, double max_volume, in saveAsItem_l()
308 int64_t max_volume_duration, double max_volume, in saveAsItems_l()
/aosp_15_r20/external/webrtc/modules/audio_device/android/
H A Daudio_device_unittest.cc585 uint32_t max_volume; in SetMaxPlayoutVolume() local
626 uint32_t max_volume(0); in GetMaxSpeakerVolume() local
822 const int max_volume = GetMaxSpeakerVolume(); in TEST_F() local
/aosp_15_r20/external/webrtc/sdk/android/native_unittests/audio_device/
H A Daudio_device_unittest.cc619 uint32_t max_volume; in SetMaxPlayoutVolume() local
660 uint32_t max_volume(0); in GetMaxSpeakerVolume() local
825 const int max_volume = GetMaxSpeakerVolume(); in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/
Dcomputed_bound.rs18 max_volume: U, field
/aosp_15_r20/external/rust/android-crates-io/crates/darling/examples/
Dautomatic_bounds.rs31 max_volume: U, field
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Ddebug.proto85 optional int32 max_volume = 2; field
/aosp_15_r20/external/webrtc/sdk/android/src/jni/audio_device/
H A Daudio_device_module.cc368 absl::optional<uint32_t> max_volume = output_->MaxSpeakerVolume(); in MaxSpeakerVolume() local
/aosp_15_r20/external/webrtc/modules/audio_processing/include/
H A Daudio_processing.h416 int max_volume; // Maximum play-out volume. member
/aosp_15_r20/external/webrtc/webrtc/modules/audio_processing/
H A Ddebug.pb.h3363 inline int32_t PlayoutAudioDeviceInfo::max_volume() const { in max_volume() function