Lines Matching refs:Vibrator
40 ndk::ScopedAStatus Vibrator::getCapabilities(int32_t* _aidl_return) { in getCapabilities()
51 ndk::ScopedAStatus Vibrator::off() { in off()
56 ndk::ScopedAStatus Vibrator::on(int32_t timeoutMs, in on()
72 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
100 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect>* _aidl_return) { in getSupportedEffects()
105 ndk::ScopedAStatus Vibrator::setAmplitude(float amplitude) { in setAmplitude()
113 ndk::ScopedAStatus Vibrator::setExternalControl(bool enabled) { in setExternalControl()
118 ndk::ScopedAStatus Vibrator::getCompositionDelayMax(int32_t* maxDelayMs) { in getCompositionDelayMax()
123 ndk::ScopedAStatus Vibrator::getCompositionSizeMax(int32_t* maxSize) { in getCompositionSizeMax()
128 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive>* supported) { in getSupportedPrimitives()
139 ndk::ScopedAStatus Vibrator::getPrimitiveDuration(CompositePrimitive primitive, in getPrimitiveDuration()
154 ndk::ScopedAStatus Vibrator::compose(const std::vector<CompositeEffect>& composite, in compose()
199 ndk::ScopedAStatus Vibrator::getSupportedAlwaysOnEffects(std::vector<Effect>* _aidl_return) { in getSupportedAlwaysOnEffects()
203 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable()
216 ndk::ScopedAStatus Vibrator::alwaysOnDisable(int32_t id) { in alwaysOnDisable()
221 ndk::ScopedAStatus Vibrator::getResonantFrequency(float *resonantFreqHz) { in getResonantFrequency()
226 ndk::ScopedAStatus Vibrator::getQFactor(float *qFactor) { in getQFactor()
231 ndk::ScopedAStatus Vibrator::getFrequencyResolution(float *freqResolutionHz) { in getFrequencyResolution()
236 ndk::ScopedAStatus Vibrator::getFrequencyMinimum(float *freqMinimumHz) { in getFrequencyMinimum()
241 ndk::ScopedAStatus Vibrator::getBandwidthAmplitudeMap(std::vector<float> *_aidl_return) { in getBandwidthAmplitudeMap()
249 ndk::ScopedAStatus Vibrator::getPwlePrimitiveDurationMax(int32_t *durationMs) { in getPwlePrimitiveDurationMax()
254 ndk::ScopedAStatus Vibrator::getPwleCompositionSizeMax(int32_t *maxSize) { in getPwleCompositionSizeMax()
259 ndk::ScopedAStatus Vibrator::getSupportedBraking(std::vector<Braking> *supported) { in getSupportedBraking()
304 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> &composite, in composePwle()