Home
last modified time | relevance | path

Searched refs:mStepSize (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioVolumeGroup.java48 private int mStepSize = UNSET_STEP_SIZE; field in CarAudioVolumeGroup
58 mStepSize = stepSize; in CarAudioVolumeGroup()
102 writer.printf("Step size: %d\n", mStepSize); in dumpLocked()
116 return mMinGain + gainIndex * mStepSize; in getGainForIndexLocked()
121 return (gainInMillibel - mMinGain) / mStepSize; in getIndexForGainLocked()
180 if (stepSize != mStepSize) { in calculateNewGainStageFromDeviceInfos()
181 mStepSize = stepSize; in calculateNewGainStageFromDeviceInfos()
DCarVolumeGroupFactory.java41 private int mStepSize = UNSET_STEP_SIZE; field in CarVolumeGroupFactory
74 mContextToDeviceInfo, mZoneId, mConfigId, mId, mName, mStepSize, mDefaultGain, in getCarVolumeGroup()
88 mStepSize = info.getStepValue(); in setDeviceInfoForContext()
91 info.getStepValue() == mStepSize, in setDeviceInfoForContext()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DGainBuilder.java34 private int mStepSize = STEP_SIZE; field in GainBuilder
57 mStepSize = stepSize; in setStepSize()
67 when(mockGain.stepValue()).thenReturn(mStepSize); in build()
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DJitterNetworkAnalyserTest.cpp32 mStepSize = 1; in JitterNetworkAnalyserTest()
43 uint32_t mStepSize; member in JitterNetworkAnalyserTest
50 mAnalyzer->SetJitterOptions(mIncThreshold, mDecThreshold, mStepSize, mWeight); in SetUp()