Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DVibratorInfo.java60 private final int mPwleSizeMax; field in VibratorInfo
73 mPwleSizeMax = in.readInt(); in VibratorInfo()
82 baseVibratorInfo.mPwlePrimitiveDurationMax, baseVibratorInfo.mPwleSizeMax, in VibratorInfo()
125 mPwleSizeMax = pwleSizeMax; in VibratorInfo()
140 dest.writeInt(mPwleSizeMax); in writeToParcel()
185 && mPwleSizeMax == that.mPwleSizeMax in equalContent()
215 + ", mPwleSizeMax=" + mPwleSizeMax in toString()
234 pw.println("pwleSizeMax = " + mPwleSizeMax); in dump()
413 return mPwleSizeMax; in getPwleSizeMax()
744 private int mPwleSizeMax; field in VibratorInfo.Builder
[all …]
/frameworks/base/services/tests/vibrator/utils/com/android/server/vibrator/
DFakeVibratorControllerProvider.java66 private int mPwleSizeMax; field in FakeVibratorControllerProvider
185 infoBuilder.setPwleSizeMax(mPwleSizeMax); in getInfo()
303 mPwleSizeMax = pwleSizeMax; in setPwleSizeMax()
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp78 if (mInfoCache.mPwleSizeMax.isFailed()) { in getInfo()
79 mInfoCache.mPwleSizeMax = getPwleSizeMaxInternal(); in getInfo()
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h300 mPwleSizeMax, in get()
325 HalResult<int32_t> mPwleSizeMax = HalResult<int>::transactionFailed(MSG);