Searched refs:mStepSize (Results 1 – 7 of 7) sorted by relevance
60 private final int mStepSize; field in CarVolumeGroup84 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.Builder383 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()
170 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 …]
72 MtpPropertyValue mStepSize; variable
35 private float mStepSize = 0.05f; field in SinWaveFilter61 mValue += mStepSize; in process()
249 int mStepSize = STEP_SIZE; field in CarAudioDeviceInfoTest.GainBuilder272 mStepSize = stepSize; in setStepSize()282 when(mockGain.stepValue()).thenReturn(mStepSize); in build()
166 SLpermille stepSize = thiz->mStepSize; in IPlaybackRate_GetRateRange()199 thiz->mStepSize = 0; in IPlaybackRate_init()
494 SLpermille mStepSize; member