OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volIndexToAmpl
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/service/src/com/android/car/
VolumeUtils.java
166
amplList[i] =
volIndexToAmpl
(i, maxIndex);
211
return
volIndexToAmpl
(desiredVolIndex, maxIndex)
212
/
volIndexToAmpl
(actualVolIndex, maxIndex);
218
private float
volIndexToAmpl
(int volIndex, int maxIndex) {
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
165
// we use 100 steps to avoid rounding errors when computing the volume in
volIndexToAmpl
()
592
static float
volIndexToAmpl
(audio_devices_t device, const StreamDescriptor& streamDesc,
Completed in 347 milliseconds