Home
last modified time | relevance | path

Searched defs:stepValue (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/
H A DAudioGain.java77 int minValue, int maxValue, int defaultValue, int stepValue, in AudioGain()
129 public int stepValue() { in stepValue() method in AudioGain
/aosp12/frameworks/base/core/java/android/service/controls/templates/
H A DRangeTemplate.java71 float stepValue, in RangeTemplate()
/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A DAudioGain.h52 void setStepValueInMb(uint32_t stepValue) { mGain.step_value = stepValue; } in setStepValueInMb()
/aosp12/system/chre/apps/test/common/chre_cross_validator_sensor/src/
H A Dchre_cross_validator_sensor_manager.cc208 float stepValue = float(sensorUint64DataSample->value); in encodeStepCounterSensorDatapointValue() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
H A DCarVolumeGroupUnitTest.java679 InfoBuilder setStepValue(int stepValue) { in setStepValue()