Home
last modified time | relevance | path

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

/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl272 float getQFactor(); in getQFactor() method
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl53 float getQFactor(); in getQFactor() method
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
DIVibrator.aidl53 float getQFactor(); in getQFactor() method
/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/
DVibrator.h48 ndk::ScopedAStatus getQFactor(float *qFactor) override;
/hardware/google/pixel/vibrator/drv2624/
DVibrator.h159 ndk::ScopedAStatus getQFactor(float *qFactor) override;
DVibrator.cpp415 ndk::ScopedAStatus Vibrator::getQFactor(float * /*qFactor*/) { in getQFactor() function in aidl::android::hardware::vibrator::Vibrator
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.h189 ndk::ScopedAStatus getQFactor(float *qFactor) override;
DVibrator.cpp665 ndk::ScopedAStatus Vibrator::getQFactor(float *qFactor) { in getQFactor() function in aidl::android::hardware::vibrator::Vibrator
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h202 ndk::ScopedAStatus getQFactor(float *qFactor) override;
DVibrator.cpp814 ndk::ScopedAStatus Vibrator::getQFactor(float *qFactor) { in getQFactor() function in aidl::android::hardware::vibrator::Vibrator
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp232 ndk::ScopedAStatus Vibrator::getQFactor(float *qFactor) { in getQFactor() function in aidl::android::hardware::vibrator::Vibrator
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp671 Status status = vibrator->getQFactor(&qFactor); in TEST_P()