Home
last modified time | relevance | path

Searched defs:mBalance (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/media/audio_utils/include/audio_utils/
H A DBalance.h171 float mBalance = 0.f; // balance: -1.f (left), 0.f (center), 1.f (right) variable
/aosp12/frameworks/av/services/audioflinger/
H A DFastMixer.h103 audio_utils::Balance mBalance; variable
H A DThreads.h1287 audio_utils::Balance mBalance; variable
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
H A DVolumeTestFragment.java57 private SeekBar mBalance; field in VolumeTestFragment