Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarVolumeGroup.java60 private final int mStepSize; field in CarVolumeGroup
84 mStepSize = stepSize; in CarVolumeGroup()
223 writer.printf("Step size: %d\n", mStepSize); in dump()
329 return mMinGain + gainIndex * mStepSize; in getGainForIndex()
333 return (gainInMillibel - mMinGain) / mStepSize; in getIndexForGain()
360 int mStepSize = UNSET_STEP_SIZE; field in CarVolumeGroup.Builder
383 mStepSize = info.getStepValue(); in setDeviceInfoForContext()
386 info.getStepValue() == mStepSize, in setDeviceInfoForContext()
409 Preconditions.checkArgument(mStepSize != UNSET_STEP_SIZE, in build()
411 CarVolumeGroup group = new CarVolumeGroup(mZoneId, mId, mCarAudioSettings, mStepSize, in build()
/aosp12/frameworks/av/media/mtp/
H A DMtpProperty.cpp170 if (!readValue(packet, mStepSize)) return false; in read()
215 writeValue(packet, mStepSize); in write()
265 mStepSize.u.i8 = step; in setFormRange()
270 mStepSize.u.u8 = step; in setFormRange()
275 mStepSize.u.i16 = step; in setFormRange()
280 mStepSize.u.u16 = step; in setFormRange()
285 mStepSize.u.i32 = step; in setFormRange()
290 mStepSize.u.u32 = step; in setFormRange()
295 mStepSize.u.i64 = step; in setFormRange()
300 mStepSize.u.u64 = step; in setFormRange()
[all …]
H A DMtpProperty.h72 MtpPropertyValue mStepSize; variable
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
H A DSinWaveFilter.java35 private float mStepSize = 0.05f; field in SinWaveFilter
61 mValue += mStepSize; in process()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
H A DCarAudioDeviceInfoTest.java249 int mStepSize = STEP_SIZE; field in CarAudioDeviceInfoTest.GainBuilder
272 mStepSize = stepSize; in setStepSize()
282 when(mockGain.stepValue()).thenReturn(mStepSize); in build()
/aosp12/frameworks/wilhelm/src/itf/
H A DIPlaybackRate.cpp166 SLpermille stepSize = thiz->mStepSize; in IPlaybackRate_GetRateRange()
199 thiz->mStepSize = 0; in IPlaybackRate_init()
/aosp12/frameworks/wilhelm/src/
H A Ditfstruct.h494 SLpermille mStepSize; member