Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DVibratorInfo.java113 int compositionSizeMax, int pwlePrimitiveDurationMax, int pwleSizeMax, in VibratorInfo() argument
125 mPwleSizeMax = pwleSizeMax; in VibratorInfo()
784 public Builder setPwleSizeMax(int pwleSizeMax) { in setPwleSizeMax() argument
785 mPwleSizeMax = pwleSizeMax; in setPwleSizeMax()
/frameworks/base/services/tests/vibrator/utils/com/android/server/vibrator/
DFakeVibratorControllerProvider.java302 public void setPwleSizeMax(int pwleSizeMax) { in setPwleSizeMax() argument
303 mPwleSizeMax = pwleSizeMax; in setPwleSizeMax()
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h241 const HalResult<int32_t> pwleSizeMax; variable
262 logFailure<int32_t>(pwleSizeMax, "getPwleSizeMax"); in logFailures()
275 pwleSizeMax.shouldRetry() || minFrequency.shouldRetry() || in shouldRetry()
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp412 if (info.pwleSizeMax.isOk()) { in vibratorGetInfo()
416 static_cast<jint>(info.pwleSizeMax.value() - 1)); in vibratorGetInfo()
/frameworks/native/services/vibratorservice/test/
DVibratorHalWrapperAidlTest.cpp384 ASSERT_TRUE(failed.pwleSizeMax.isFailed()); in TEST_F()
401 ASSERT_EQ(PWLE_SIZE_MAX, successful.pwleSizeMax.value()); in TEST_F()
477 ASSERT_EQ(PWLE_SIZE_MAX, info.pwleSizeMax.value()); in TEST_F()
DVibratorHalWrapperHidlV1_0Test.cpp212 ASSERT_TRUE(info.pwleSizeMax.isUnsupported()); in TEST_F()