Home
last modified time | relevance | path

Searched refs:freqResolutionHz (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/vibrator/aidl/vts/
H A DVtsHalVibratorTargetTest.cpp134 float freqResolutionHz; in getFrequencyResolutionHz() local
135 Status status = vibrator->getFrequencyResolution(&freqResolutionHz); in getFrequencyResolutionHz()
137 EXPECT_GT(freqResolutionHz, 0); in getFrequencyResolutionHz()
142 return freqResolutionHz; in getFrequencyResolutionHz()
841 float freqResolutionHz = getFrequencyResolutionHz(vibrator, capabilities); in TEST_P() local
845 freqMaximumHz + freqResolutionHz; // Frequency greater than allowed in TEST_P()
846 active.endFrequency = freqMaximumHz + freqResolutionHz; // Frequency greater than allowed in TEST_P()
857 active.startFrequency = freqMinimumHz - freqResolutionHz; // Frequency less than allowed in TEST_P()
858 active.endFrequency = freqMinimumHz - freqResolutionHz; // Frequency less than allowed in TEST_P()
/aosp12/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/
H A DVibrator.h49 ndk::ScopedAStatus getFrequencyResolution(float *freqResolutionHz) override;
/aosp12/hardware/interfaces/vibrator/aidl/default/
H A DVibrator.cpp231 ndk::ScopedAStatus Vibrator::getFrequencyResolution(float *freqResolutionHz) { in getFrequencyResolution() argument
232 *freqResolutionHz = PWLE_FREQUENCY_RESOLUTION_HZ; in getFrequencyResolution()
/aosp12/hardware/google/pixel/vibrator/drv2624/
H A DVibrator.h160 ndk::ScopedAStatus getFrequencyResolution(float *freqResolutionHz) override;
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.h124 ndk::ScopedAStatus getFrequencyResolution(float *freqResolutionHz) override;
H A DVibrator.cpp710 ndk::ScopedAStatus Vibrator::getFrequencyResolution(float *freqResolutionHz) { in getFrequencyResolution() argument
714 *freqResolutionHz = PWLE_FREQUENCY_RESOLUTION_HZ; in getFrequencyResolution()
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.h162 ndk::ScopedAStatus getFrequencyResolution(float *freqResolutionHz) override;
H A DVibrator.cpp573 ndk::ScopedAStatus Vibrator::getFrequencyResolution(float *freqResolutionHz) { in getFrequencyResolution() argument
577 *freqResolutionHz = PWLE_FREQUENCY_RESOLUTION_HZ; in getFrequencyResolution()