Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DVibratorInfo.java103 int compositionSizeMax, int pwlePrimitiveDurationMax, int pwleSizeMax, in VibratorInfo() argument
113 mPwleSizeMax = pwleSizeMax; in VibratorInfo()
738 public Builder setPwleSizeMax(int pwleSizeMax) { in setPwleSizeMax() argument
739 mPwleSizeMax = pwleSizeMax; in setPwleSizeMax()
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DFakeVibratorControllerProvider.java259 public void setPwleSizeMax(int pwleSizeMax) { in setPwleSizeMax() argument
260 mPwleSizeMax = pwleSizeMax; in setPwleSizeMax()
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp399 if (info.pwleSizeMax.isOk()) { in vibratorGetInfo()
403 static_cast<jint>(info.pwleSizeMax.value() - 1)); in vibratorGetInfo()
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h188 const HalResult<int32_t> pwleSizeMax; variable
204 pwleSizeMax.checkAndLogFailure("getPwleSizeMax") || in checkAndLogFailure()
/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()