Home
last modified time | relevance | path

Searched refs:getFrequencyResolution (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
DIVibrator.aidl54 float getFrequencyResolution(); in getFrequencyResolution() method
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl296 float getFrequencyResolution(); in getFrequencyResolution() method
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl57 float getFrequencyResolution(); in getFrequencyResolution() method
/hardware/interfaces/tests/extension/vibrator/aidl/default/
DVibrator.h46 ndk::ScopedAStatus getFrequencyResolution(float* freqResolutionHz) override;
DVibrator.cpp102 ndk::ScopedAStatus Vibrator::getFrequencyResolution(float*) { in getFrequencyResolution() function in aidl::android::hardware::vibrator::Vibrator
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/3/android/hardware/vibrator/
DIVibrator.aidl57 float getFrequencyResolution(); in getFrequencyResolution() method
/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/
DVibrator.h54 ndk::ScopedAStatus getFrequencyResolution(float *freqResolutionHz) override;
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp327 ndk::ScopedAStatus Vibrator::getFrequencyResolution(float *freqResolutionHz) { in getFrequencyResolution() function in aidl::android::hardware::vibrator::Vibrator
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp194 ndk::ScopedAStatus status = vibrator->getFrequencyResolution(&freqResolutionHz); in getFrequencyResolutionHz()