Home
last modified time | relevance | path

Searched refs:pwleSizeMax (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DVibratorInfo.java112 int compositionSizeMax, int pwlePrimitiveDurationMax, int pwleSizeMax, in VibratorInfo() argument
124 mPwleSizeMax = pwleSizeMax; in VibratorInfo()
725 public Builder setPwleSizeMax(int pwleSizeMax) { in setPwleSizeMax() argument
726 mPwleSizeMax = pwleSizeMax; in setPwleSizeMax()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DFakeVibratorControllerProvider.java294 public void setPwleSizeMax(int pwleSizeMax) { in setPwleSizeMax() argument
295 mPwleSizeMax = pwleSizeMax; in setPwleSizeMax()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp399 if (info.pwleSizeMax.isOk()) { in vibratorGetInfo()
403 static_cast<jint>(info.pwleSizeMax.value() - 1)); in vibratorGetInfo()