Home
last modified time | relevance | path

Searched refs:getQFactor (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/native/cmds/idlcli/vibrator/
H A DCommandGetQFactor.cpp50 auto status = hal->call(&aidl::IVibrator::getQFactor, &qFactor); in doMain()
/aosp12/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
H A DIVibrator.aidl272 float getQFactor(); in getQFactor() method
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
H A DIVibrator.aidl53 float getQFactor(); in getQFactor() method
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
H A DIVibrator.aidl53 float getQFactor(); in getQFactor() method
/aosp12/frameworks/base/core/java/android/os/
H A DVibrator.java265 public float getQFactor() { in getQFactor() method in Vibrator
266 return getInfo().getQFactor(); in getQFactor()
H A DVibratorInfo.java343 public float getQFactor() { in getQFactor() method in VibratorInfo
/aosp12/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/
H A DVibrator.h48 ndk::ScopedAStatus getQFactor(float *qFactor) override;
/aosp12/hardware/google/pixel/vibrator/drv2624/
H A DVibrator.h159 ndk::ScopedAStatus getQFactor(float *qFactor) override;
H A DVibrator.cpp415 ndk::ScopedAStatus Vibrator::getQFactor(float * /*qFactor*/) { in getQFactor() function in aidl::android::hardware::vibrator::Vibrator
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.h123 ndk::ScopedAStatus getQFactor(float *qFactor) override;
H A DVibrator.cpp699 ndk::ScopedAStatus Vibrator::getQFactor(float *qFactor) { in getQFactor() function in aidl::android::hardware::vibrator::Vibrator
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.h161 ndk::ScopedAStatus getQFactor(float *qFactor) override;
H A DVibrator.cpp562 ndk::ScopedAStatus Vibrator::getQFactor(float *qFactor) { in getQFactor() function in aidl::android::hardware::vibrator::Vibrator
/aosp12/frameworks/native/services/vibratorservice/test/
H A DVibratorHalWrapperAidlTest.cpp84 MOCK_METHOD(Status, getQFactor, (float * ret), (override));
366 EXPECT_CALL(*mMockHal.get(), getQFactor(_)) in TEST_F()
424 EXPECT_CALL(*mMockHal.get(), getQFactor(_)) in TEST_F()
H A DVibratorManagerHalWrapperAidlTest.cpp80 MOCK_METHOD(Status, getQFactor, (float * ret), (override));
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DVibratorInfoTest.java337 .setQFactor(complete.getQFactor() + 3f) in testEquals()
/aosp12/hardware/interfaces/vibrator/aidl/default/
H A DVibrator.cpp226 ndk::ScopedAStatus Vibrator::getQFactor(float *qFactor) { in getQFactor() function in aidl::android::hardware::vibrator::Vibrator
/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorHalWrapper.cpp462 auto result = getHal()->getQFactor(&qFactor); in getQFactorInternal()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp211 jmethodID getQFactor; member
2715 vibratorInfo.qFactor = env->CallFloatMethod(jVibrator.get(), gVibratorMethods.getQFactor); in android_media_AudioSystem_setVibratorInfos()
3143 gVibratorMethods.getQFactor = GetMethodIDOrDie(env, vibratorClass, "getQFactor", "()F"); in register_android_media_AudioSystem()
/aosp12/hardware/interfaces/vibrator/aidl/vts/
H A DVtsHalVibratorTargetTest.cpp645 Status status = vibrator->getQFactor(&qFactor); in TEST_P()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorManagerServiceTest.java298 assertTrue(Float.isNaN(info.getQFactor()));